[regression](fuzzy) Make pipeline engine fuzzy test mode (#16807)

This commit is contained in:
Gabriel
2023-02-16 15:02:27 +08:00
committed by GitHub
parent da3650c1c1
commit 105a4fb41a

View File

@ -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;
}