-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-22279][SQL] Enable convertMetastoreOrc by default
#21186
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
|
Test build #89941 has finished for PR 21186 at commit
|
|
@gatorsmile and @cloud-fan . |
convertMetastoreOrc and add convertMetastore.TableProperty confconvertMetastoreOrc and add convertMetastoreTableProperty conf
|
Hi, @gatorsmile .
|
|
Retest this please. |
|
Test build #89986 has finished for PR 21186 at commit
|
|
The failures are irrelevant to this PR. |
|
Retest this please. |
|
Test build #89998 has finished for PR 21186 at commit
|
|
|
|
Ya. I also thought like that before, @cloud-fan . Please consider an existing customer environment like the unit test cases. For some Parquet tables having table properties like Since this is a behavior change, we need to document it and had better provide options for this. We can remove this at Apache Spark 3.0. |
|
Test build #90149 has finished for PR 21186 at commit
|
docs/sql-programming-guide.md
Outdated
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.
please polish the migration guide w.r.t. https://issues.apache.org/jira/browse/SPARK-24175
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.
Sure!
docs/sql-programming-guide.md
Outdated
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.
@cloud-fan and @gatorsmile . I updated according to the guideline SPARK-24175.
|
Test build #90213 has finished for PR 21186 at commit
|
|
Retest this please. |
|
Test build #90263 has finished for PR 21186 at commit
|
|
I'll split this into two PRs in order to make it easy to review. |
convertMetastoreOrc and add convertMetastoreTableProperty confconvertMetastoreOrc by default
|
To reduce the review scope, |
|
Test build #90332 has finished for PR 21186 at commit
|
|
can you resolve the conflicts? |
|
Sure, it's rebased now. |
|
Test build #90417 has finished for PR 21186 at commit
|
|
thanks, merging to master! |
|
Thank you, @cloud-fan ! |
We reverted `spark.sql.hive.convertMetastoreOrc` at apache#20536 because we should not ignore the table-specific compression conf. Now, it's resolved via [SPARK-23355](apache@8aa1d7b). Pass the Jenkins. Author: Dongjoon Hyun <[email protected]> Closes apache#21186 from dongjoon-hyun/SPARK-24112.
What changes were proposed in this pull request?
We reverted
spark.sql.hive.convertMetastoreOrcat #20536 because we should not ignore the table-specific compression conf. Now, it's resolved via SPARK-23355.How was this patch tested?
Pass the Jenkins.