File tree Expand file tree Collapse file tree
integ-test/src/test/java/org/opensearch/sql/calcite/remote Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1187,15 +1187,6 @@ public void testCasePushdownAsRangeQueryExplain() throws IOException {
11871187 + " avg(balance) as avg_balance by age_range, balance_range" ,
11881188 TEST_INDEX_BANK )));
11891189
1190- // 1.4 Range - Metric (With null & discontinuous ranges)
1191- assertYamlEqualsIgnoreId (
1192- loadExpectedPlan ("agg_range_metric_complex_push.yaml" ),
1193- explainQueryYaml (
1194- String .format (
1195- "source=%s | eval age_range = case(age < 30, 'u30', (age >= 35 and age < 40) or age"
1196- + " >= 80, '30-40 or >=80') | stats avg(balance) by age_range" ,
1197- TEST_INDEX_BANK )));
1198-
11991190 // 1.5 Should not be pushed because the range is not closed-open
12001191 assertYamlEqualsIgnoreId (
12011192 loadExpectedPlan ("agg_case_cannot_push.yaml" ),
You can’t perform that action at this time.
0 commit comments