[regression](fuzzy) Make pipeline engine fuzzy test mode (#16807)
This commit is contained in:
@ -741,11 +741,11 @@ public class SessionVariable implements Serializable, Writable {
|
||||
}
|
||||
// pull_request_id default value is 0
|
||||
if (Config.pull_request_id % 2 == 1) {
|
||||
// this.enablePipelineEngine = true;
|
||||
this.enablePipelineEngine = true;
|
||||
// this.enableFoldConstantByBe = true;
|
||||
// this.enableTwoPhaseReadOpt = false;
|
||||
} else {
|
||||
// this.enablePipelineEngine = false;
|
||||
this.enablePipelineEngine = false;
|
||||
// this.enableFoldConstantByBe = false;
|
||||
// this.enableTwoPhaseReadOpt = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user