Skip to content
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-33693][SQL] deprecate spark.sql.hive.convertCTAS #30651

Closed
wants to merge 1 commit into from

Conversation

cloud-fan
Copy link
Contributor

What changes were proposed in this pull request?

This is a followup of #30554 . Now we have a new config for converting CREATE TABLE, we don't need the old config that only works for CTAS.

Why are the changes needed?

It's confusing for having two config while one can cover another completely.

Does this PR introduce any user-facing change?

no, it's deprecating not removing.

How was this patch tested?

N/A

@cloud-fan
Copy link
Contributor Author

cc @rdblue @dongjoon-hyun

@github-actions github-actions bot added the SQL label Dec 7, 2020
dongjoon-hyun pushed a commit that referenced this pull request Dec 7, 2020
### What changes were proposed in this pull request?

This is a followup of #30554 . Now we have a new config for converting CREATE TABLE, we don't need the old config that only works for CTAS.

### Why are the changes needed?

It's confusing for having two config while one can cover another completely.

### Does this PR introduce _any_ user-facing change?

no, it's deprecating not removing.

### How was this patch tested?

N/A

Closes #30651 from cloud-fan/minor.

Authored-by: Wenchen Fan <wenchen@databricks.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit 6aff215)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
@dongjoon-hyun
Copy link
Member

Merged to master/3.1.

@SparkQA
Copy link

SparkQA commented Dec 7, 2020

Test build #132382 has finished for PR 30651 at commit 0f11cd7.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants