-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BugFix] Enable multi columns in global runtime filter by default #34884
base: main
Are you sure you want to change the base?
[BugFix] Enable multi columns in global runtime filter by default #34884
Conversation
2a1dc3d
to
2e3d5c5
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs 0.0% Coverage The version of Java (11.0.21) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
@@ -642,7 +642,7 @@ public static MaterializedViewRewriteMode parse(String str) { | |||
private boolean runtimeFilterOnExchangeNode = false; | |||
|
|||
@VariableMgr.VarAttr(name = ENABLE_MULTI_COLUMNS_ON_GLOBAL_RUNTIME_FILTER) | |||
private boolean enableMultiColumnsOnGlobalRuntimeFilter = false; | |||
private boolean enableMultiColumnsOnGlobalRuntimeFilter = true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
enable session variables in default should modify the code as follows:
@VariableMgr.VarAttr(name = ENABLE_PIPELINE, alias = ENABLE_PIPELINE_ENGINE, show = ENABLE_PIPELINE_ENGINE)
private boolean enablePipelineEngine = true;
Signed-off-by: shuming.li <[email protected]>
Signed-off-by: shuming.li <[email protected]>
2e3d5c5
to
2104e47
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
[FE Incremental Coverage Report]✅ pass : 1 / 1 (100.00%) file detail
|
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
Why I'm doing:
What I'm doing:
Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: