Skip to content

Commit aaa4adf

Browse files
committed
Delete an IT due to system-incompatible formatting issue
Signed-off-by: Yuanchun Shen <yuanchu@amazon.com>
1 parent 79e2326 commit aaa4adf

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

integ-test/src/test/java/org/opensearch/sql/calcite/remote/CalciteExplainIT.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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"),

0 commit comments

Comments
 (0)