Uh oh!
There was an error while loading. Please reload this page.
[SPARK-20958][SQL] Roll back parquet-mr 1.8.2 to 1.8.1 - #18181
Conversation
Sorry for this trouble. @liancheng . |
dongjoon-hyun
commented
Jun 2, 2017
Oh, it's already there in the code. Please just update the PR description. |
viirya
commented
Jun 2, 2017
@liancheng After upgrading to Parquet 1.8.2, #16756 is another PR merged to remove a workaround for old Parquet issue. We should revert it too if rolling back parquet-mr 1.8.1. |
SparkQA
commented
Jun 2, 2017
Test build #77662 has finished for PR 18181 at commit
|
liancheng
commented
Jun 2, 2017
@dongjoon-hyun I already reverted PR #16751 manually but forgot to mention it in the PR description. |
liancheng
commented
Jun 2, 2017
@viirya Thanks for reminding! I'm reverting that one. |
…columns in merged Parquet schema for filter predicate pushdown" This reverts commit bf49368.
SparkQA
commented
Jun 2, 2017
Test build #77669 has started for PR 18181 at commit |
Unfortunately, rolling back parquet-mr to 1.8.1 brings back PARQUET-389, which breaks multiple test cases involving schema evolution (add a new column to a Parquet table and filter on that column). Trying to figure out a workaround for this but haven't got any luck yet. cc @marmbrus |
liancheng
commented
Jun 2, 2017
retest this please |
SparkQA
commented
Jun 2, 2017
Test build #77673 has finished for PR 18181 at commit
|
dongjoon-hyun
commented
Jun 2, 2017
rdblue
commented
Jun 2, 2017
-1, with comments on the JIRA issue. I think it is better to include the Parquet fixes in 1.8.2 since Parquet doesn't pull in Avro 1.8.1 - that happens when users declare their own dependency on parquet-avro. |
mallman
commented
Jun 2, 2017
I can't speak to Parquet 1.8.x anymore. We use Parquet 1.9.0 plus a patch for https://issues.apache.org/jira/browse/PARQUET-783 and have had no problems. |
rdblue
commented
Jun 2, 2017
via email
It sounds like we should plan on a 1.8.3 and a 1.9.1 soon in the Parquet
community. I'll start this up. …On Fri, Jun 2, 2017 at 9:47 AM, Michael Allman ***@***.***> wrote:
I can't speak to Parquet 1.8.x anymore. We use Parquet 1.9.0 plus a patch
for https://issues.apache.org/jira/browse/PARQUET-783 and have had no
problems.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18181 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAFXa0FiKB143yePbSsis2Dq-yGOwRLJks5sADy7gaJpZM4Nttfk>
.
-- Ryan Blue |
What changes were proposed in this pull request?
This PR reverts PR #16751, #16791, #16817, #16756, and part of #16795 to roll back parquet-mr 1.8.2 to 1.8.1 to escape from a dependency hell caused by avro 1.7.7 and 1.8.1.
How was this patch tested?
Existing tests.