-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-22159][SQL] Make config names consistently end with "enabled". #19384
Conversation
spark.sql.execution.arrow.enable and spark.sql.codegen.aggregate.map.twolevel.enable -> enabled
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.
LGTM
Test build #82286 has finished for PR 19384 at commit
|
…e shuffle exchange
Update the PR title and description? |
hm the 2nd commit is not meant for this one. |
… in range shuffle exchange" This reverts commit 8e51ae5.
I reverted the 2nd commit. Should be good for merge now. |
Thanks! Merged to master |
Test build #82289 has finished for PR 19384 at commit
|
Test build #82297 has finished for PR 19384 at commit
|
… "enabled". ## What changes were proposed in this pull request? This is a follow-up of apache#19384. In the previous pr, only definitions of the config names were modified, but we also need to modify the names in runtime or tests specified as string literal. ## How was this patch tested? Existing tests but modified the config names. Author: Takuya UESHIN <ueshin@databricks.com> Closes apache#19462 from ueshin/issues/SPARK-22159/fup1.
What changes were proposed in this pull request?
spark.sql.execution.arrow.enable and spark.sql.codegen.aggregate.map.twolevel.enable -> enabled
How was this patch tested?
N/A