Skip to content

Conversation

dineshkrishnan24
Copy link
Collaborator

what's changed
We have sqlMin & sqlMax evaluator function, it throw error, if any one of the value having null. Now i have changed to compare values with null also. Suppose if the max/min value is null then return null.

Example:
the values are 1, null, 4 for this max value will be 4 and min value will be null. previously for this usecase, we would throw Bad min value or Bad max value. Now we are returning proper value.

Tests
Add tests covering all the use-cases.

@aaronm67 aaronm67 merged commit 5a1241f into master Sep 8, 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