[SPARK-55719][SQL] Remove deprecation warning for spark.sql.hive.convertCTAS#54521
Open
allisonwang-db wants to merge 1 commit intoapache:masterfrom
Open
[SPARK-55719][SQL] Remove deprecation warning for spark.sql.hive.convertCTAS#54521allisonwang-db wants to merge 1 commit intoapache:masterfrom
allisonwang-db wants to merge 1 commit intoapache:masterfrom
Conversation
Contributor
Author
|
cc @cloud-fan |
szehon-ho
reviewed
Feb 26, 2026
Member
szehon-ho
left a comment
There was a problem hiding this comment.
Initially was wondering, why not just use the suggestion (LEGACY_CREATE_HIVE_TABLE_BY_DEFAULT_KEY), but that flag seems its a bit broader than CONVERT_CTAS?
Maybe could clarify the doc for CONVERT_CTAS to not lose this correlation, but otherwise make sense to me
szehon-ho
approved these changes
Feb 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR removes the
spark.sql.hive.convertCTASconfiguration fromdeprecatedSQLConfigsinSQLConf.scala.Why are the changes needed?
The
spark.sql.hive.convertCTASconfiguration is actually useful and continues to serve a purpose in the codebase. Removing the deprecation warning prevents unnecessary confusion for users who rely on this configuration.Does this PR introduce any user-facing change?
No.
How was this patch tested?
Existing UTs.
Was this patch authored or co-authored using generative AI tooling?
No