Skip to content

Commit

Permalink
Fix TestHivePlans after logical merge conflict
Browse files Browse the repository at this point in the history
70c988b and
812f79b combined broke the test.
  • Loading branch information
findepi authored and hashhar committed Mar 13, 2022
1 parent eed07af commit 6c53b97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public void testSubsumePartitionPartWhenOtherFilterNotConvertibleToTupleDomain()
exchange(LOCAL,
exchange(REMOTE, REPARTITION,
project(
filter("R_INT_COL IN (2, 3, 4)",
filter("R_INT_COL IN (2, 3, 4) AND R_INT_COL BETWEEN 2 AND 4", // TODO: R_INT_COL BETWEEN 2 AND 4 is redundant
tableScan("table_unpartitioned", Map.of("R_STR_COL", "str_col", "R_INT_COL", "int_col"))))))))));
}

Expand Down

0 comments on commit 6c53b97

Please sign in to comment.