Skip to content

Commit 6f8614f

Browse files
committed
Add tests for Greatest and Least functions
This commit adds test cases for both Greatest and Least functions to verify: - All supported data types (boolean, double, integer, long, keyword, text, version, ip, datetime, date_nanos) - NULL value handling - String comparisons - Numeric comparisons - Boolean operations - Date/time comparisons The tests ensure that: - Both functions handle NULL values correctly - Type validation works as expected - Evaluator selection is correct for each data type - Results are computed correctly for all supported types Relates to #114036
1 parent 866d650 commit 6f8614f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/changelog/128429.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 127949
2+
summary: Refactor Greatest and Least functions to use evaluator map
3+
area: ES|QL
4+
type: bug
5+
issues:
6+
- 114036

0 commit comments

Comments
 (0)