Skip to content

Conversation

tarasom
Copy link
Contributor

@tarasom tarasom commented Sep 25, 2025

This PR addresses two evaluation issues in SQL functions:

  1. SUM() Evaluation: The change ensures that the SUM() function can correctly evaluate expressions (e.g., SUM(a + b)).

  2. CONVERT_TZ() Null Handling: A check has been added to the CONVERT_TZ() function to handle cases where a column expression is empty (null). This prevents a fatal error and ensures the function behaves gracefully when processing incomplete or missing data.

@aaronm67 aaronm67 merged commit 5fd4695 into vimeo:master Sep 25, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants