Commit 6f8614f
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 #1140361 parent 866d650 commit 6f8614f
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments