[RegressionTest](fuzzy) enable set global enable_pipeline_engine (#18832)

enable set global enable_pipeline_engine
This commit is contained in:
HappenLee
2023-04-20 10:38:11 +08:00
committed by GitHub
parent 293e115536
commit 33d4c60570

View File

@ -843,7 +843,7 @@ public class SessionVariable implements Serializable, Writable {
// this.enableFoldConstantByBe = true;
// this.enableTwoPhaseReadOpt = false;
} else {
this.enablePipelineEngine = false;
// this.enablePipelineEngine = false;
// this.enableFoldConstantByBe = false;
// this.enableTwoPhaseReadOpt = true;
}