File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
x-pack/plugin/esql/qa/testFixtures/src/main/resources Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ Invalid Boundaries, date nanos
2929required_capability: date_nanos_type
3030required_capability: to_date_nanos
3131required_capability: date_nanos_binary_comparison
32+ required_capability: fix_date_nanos_lucene_pushdown_bug
33+ required_capability: fix_date_nanos_mixed_range_pushdown_bug
3234
3335FROM date_nanos
3436| WHERE nanos > TO_DATE_NANOS("2025-01-01") and nanos < TO_DATE_NANOS("2020-01-01")
@@ -45,6 +47,8 @@ Invalid Boundaries, date nanos implicit casting
4547required_capability: date_nanos_type
4648required_capability: date_nanos_binary_comparison
4749required_capability: date_nanos_implicit_casting
50+ required_capability: fix_date_nanos_lucene_pushdown_bug
51+ required_capability: fix_date_nanos_mixed_range_pushdown_bug
4852
4953FROM date_nanos
5054| WHERE nanos > "2025-01-01" and nanos < "2020-01-01"
You can’t perform that action at this time.
0 commit comments