Skip to content

Commit

Permalink
fe ut
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Dec 4, 2024
1 parent 2335577 commit 86c68f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ protected void runBeforeAll() throws Exception {
SSBUtils.createTables(this);
createView("CREATE VIEW V1 AS SELECT * FROM part");
createView("CREATE VIEW V2 AS SELECT * FROM part");
connectContext.getSessionVariable().enableCompressMaterialize=false;
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ protected void runBeforeAll() throws Exception {
+ ");\n");
// Should not make scan to empty relation when the table used by materialized view has no data
connectContext.getSessionVariable().setDisableNereidsRules("OLAP_SCAN_PARTITION_PRUNE,PRUNE_EMPTY_PARTITION,ELIMINATE_GROUP_BY_KEY_BY_UNIFORM");
connectContext.getSessionVariable().enableCompressMaterialize=false;
}

// Test when join both side are all partition table and partition column name is same
Expand Down

0 comments on commit 86c68f0

Please sign in to comment.