Skip to content

Commit

Permalink
Following [CALCITE-4364], fix the plan diff of TpcdsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
danny0405 committed Nov 16, 2020
1 parent c6b3fb7 commit 2d8fc5d
Showing 1 changed file with 3 additions and 5 deletions.
Expand Up @@ -384,11 +384,9 @@ public Frameworks.ConfigBuilder config() throws Exception {
+ "LogicalSort(sort0=[$1], sort1=[$0], dir0=[ASC], dir1=[ASC], fetch=[100])\n"
+ " LogicalAggregate(group=[{84, 90}], AGG1=[AVG($10)], AGG2=[AVG($12)], AGG3=[AVG($19)], AGG4=[AVG($13)])\n"
+ " LogicalFilter(condition=[AND(=($0, $32), =($2, $89), "
+ "=($7, $60), =($4, $23), SEARCH($24, Sarg['M']:CHAR(1)), "
+ "SEARCH($25, Sarg['S']:CHAR(1)), "
+ "SEARCH($26, Sarg['HIGH SCHOOL']:CHAR(11)), "
+ "SEARCH($38, Sarg[1998]), SEARCH($84, Sarg['CA', 'MD', 'OK', 'OR', "
+ "'TX', 'WA']:CHAR(2)))])\n"
+ "=($7, $60), =($4, $23), =($24, 'M'), "
+ "=($25, 'S'), =($26, 'HIGH SCHOOL'), =($38, 1998), "
+ "SEARCH($84, Sarg['CA', 'MD', 'OK', 'OR', 'TX', 'WA']:CHAR(2)))])\n"
+ " LogicalJoin(condition=[true], joinType=[inner])\n"
+ " LogicalTableScan(table=[[TPCDS, STORE_SALES]])\n"
+ " LogicalJoin(condition=[true], joinType=[inner])\n"
Expand Down

0 comments on commit 2d8fc5d

Please sign in to comment.