Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed May 16, 2024
1 parent 7e84d1c commit 937f29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ public void setEnableLeftZigZag(boolean enableLeftZigZag) {
// 1. read related rowids along with necessary column data
// 2. spawn fetch RPC to other nodes to get related data by sorted rowids
@VariableMgr.VarAttr(name = ENABLE_TWO_PHASE_READ_OPT, fuzzy = true)
public boolean enableTwoPhaseReadOpt = false;
public boolean enableTwoPhaseReadOpt = true;
@VariableMgr.VarAttr(name = TOPN_OPT_LIMIT_THRESHOLD)
public long topnOptLimitThreshold = 1024;
@VariableMgr.VarAttr(name = ENABLE_SNAPSHOT_POINT_QUERY)
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-- set those session variables before run cloud p0 regression
enable_two_phase_read_opt = false

0 comments on commit 937f29c

Please sign in to comment.