Uh oh!
There was an error while loading. Please reload this page.
[SPARK-22279][SQL] Enable convertMetastoreOrc by default - #21186
[SPARK-22279][SQL] Enable convertMetastoreOrc by default#21186dongjoon-hyun wants to merge 1 commit into
convertMetastoreOrc by default#21186Conversation
SparkQA
commented
Apr 27, 2018
Test build #89941 has finished for PR 21186 at commit
|
@gatorsmile and @cloud-fan . |
convertMetastoreOrc and add convertMetastore.TableProperty confconvertMetastoreOrc and add convertMetastoreTableProperty confdongjoon-hyun
commented
May 1, 2018
Hi, @gatorsmile .
|
dongjoon-hyun
commented
May 1, 2018
Retest this please. |
SparkQA
commented
May 1, 2018
Test build #89986 has finished for PR 21186 at commit
|
dongjoon-hyun
commented
May 1, 2018
The failures are irrelevant to this PR. |
dongjoon-hyun
commented
May 1, 2018
Retest this please. |
SparkQA
commented
May 1, 2018
Test build #89998 has finished for PR 21186 at commit
|
cloud-fan
commented
May 2, 2018
|
dongjoon-hyun
commented
May 2, 2018
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. |
SparkQA
commented
May 3, 2018
Test build #90149 has finished for PR 21186 at commit
|
There was a problem hiding this comment.
please polish the migration guide w.r.t. https://issues.apache.org/jira/browse/SPARK-24175
There was a problem hiding this comment.
@cloud-fan and @gatorsmile . I updated according to the guideline SPARK-24175.
SparkQA
commented
May 4, 2018
Test build #90213 has finished for PR 21186 at commit
|
dongjoon-hyun
commented
May 6, 2018
Retest this please. |
SparkQA
commented
May 6, 2018
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 defaultdongjoon-hyun
commented
May 7, 2018
To reduce the review scope, |
SparkQA
commented
May 7, 2018
Test build #90332 has finished for PR 21186 at commit
|
cloud-fan
commented
May 9, 2018
can you resolve the conflicts? |
dongjoon-hyun
commented
May 9, 2018
Sure, it's rebased now. |
SparkQA
commented
May 9, 2018
Test build #90417 has finished for PR 21186 at commit
|
cloud-fan
commented
May 10, 2018
thanks, merging to master! |
dongjoon-hyun
commented
May 10, 2018
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 <dongjoon@apache.org> Closesapache#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.