Skip to content

Commit 35c56c5

Browse files
committed
fix explain tests for testFilterPushDownExplain
Signed-off-by: Jialiang Liang <jiallian@amazon.com>
1 parent 19a82a0 commit 35c56c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integ-test/src/test/resources/expectedOutput/calcite_no_pushdown/explain_filter_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ calcite:
22
logical: |
33
LogicalSystemLimit(fetch=[10000], type=[QUERY_SIZE_LIMIT])
44
LogicalProject(age=[$8])
5-
LogicalFilter(condition=[AND(>($8, 30), <($8, 40), >($3, 10000))])
5+
LogicalFilter(condition=[AND(SEARCH($8, Sarg[(30..40)]), >($3, 10000))])
66
CalciteLogicalIndexScan(table=[[OpenSearch, opensearch-sql_test_index_account]])
77
physical: |
88
EnumerableLimit(fetch=[10000])

0 commit comments

Comments
 (0)