-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[SPARK-26389][SS][FOLLOW-UP]Format config name to follow the other boolean conf naming convention #26981
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
Conversation
It would be great if we make clear about "Does this PR introduce any user-facing change?"; which versions are affected by such incompatible change. If official versions are contained we should also link both via AlternateConfig. I know that's only applied to 3.0.0 so I don't expect we want to use AlternateConfig to couple them, but given the description of PR describes "yes" on the statement, so better to be clear about the reason of "yes". (Given this is FOLLOW-UP of the feature which is not released officially, maybe "No" is OK as well.) |
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.
Other than PR description, the code change LGTM.
Make sense. And thank you for your quick response. |
ok to test |
@Ngone51 can you update the PR description and explicitly mention that this config is newly added in 3.0? |
updated, thanks! |
retest this please |
1 similar comment
retest this please |
It seems that Jenkins has crashed for the whole day... |
Test build #115646 has finished for PR 26981 at commit
|
retest this please |
Test build #115693 has finished for PR 26981 at commit
|
retest this, please |
FYI #27001 (SPARK-30345) is raised to fix the test build 115646 (https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/115646/testReport) |
Test build #115709 has finished for PR 26981 at commit
|
thanks, merging to master! |
Thanks all! |
…oolean conf naming convention ### What changes were proposed in this pull request? Rename `spark.sql.streaming.forceDeleteTempCheckpointLocation` to `spark.sql.streaming.forceDeleteTempCheckpointLocation.enabled`. ### Why are the changes needed? To follow the other boolean conf naming convention. ### Does this PR introduce any user-facing change? No, as this config is newly added in 3.0. ### How was this patch tested? Pass Jenkins. Closes apache#26981 from Ngone51/SPARK-26389-FOLLOWUP. Authored-by: yi.wu <yi.wu@databricks.com> Signed-off-by: Wenchen Fan <wenchen@databricks.com>
What changes were proposed in this pull request?
Rename
spark.sql.streaming.forceDeleteTempCheckpointLocation
tospark.sql.streaming.forceDeleteTempCheckpointLocation.enabled
.Why are the changes needed?
To follow the other boolean conf naming convention.
Does this PR introduce any user-facing change?
No, as this config is newly added in 3.0.
How was this patch tested?
Pass Jenkins.