Uh oh!
There was an error while loading. Please reload this page.
[SPARK-6016][SQL] Cannot read the parquet table after overwriting the existing table when spark.sql.parquet.cacheMetadata=true - #4775
[SPARK-6016][SQL] Cannot read the parquet table after overwriting the existing table when spark.sql.parquet.cacheMetadata=true#4775yhuai wants to merge 2 commits into
Conversation
yhuai
commented
Feb 25, 2015
@liancheng Can we remove |
SparkQA
commented
Feb 26, 2015
Test build #27966 has finished for PR 4775 at commit
|
liancheng
commented
Feb 26, 2015
@yhuai As long as we decide to completely deprecate client side metadata reading, it's OK to remove |
liancheng
commented
Feb 26, 2015
@yhuai Actually, as we discussed offline, |
liancheng
commented
Feb 26, 2015
This LGTM, please help rebasing it, then I can merge it. |
SparkQA
commented
Feb 26, 2015
Test build #28006 has finished for PR 4775 at commit
|
liancheng
commented
Feb 26, 2015
Merging into master and branch-1.3, thanks! |
… existing table when spark.sql.parquet.cacheMetadata=true Please see JIRA (https://issues.apache.org/jira/browse/SPARK-6016) for details of the bug. Author: Yin Huai <yhuai@databricks.com> Closes#4775 from yhuai/parquetFooterCache and squashes the following commits: 78787b1 [Yin Huai] Remove footerCache in FilteringParquetRowInputFormat. dff6fba [Yin Huai] Failed unit test. (cherry picked from commit 192e42a) Signed-off-by: Cheng Lian <lian@databricks.com>
karthikgolagani
commented
Jan 11, 2017
@liancheng sc.("parquet.enable.summary-metadata", "false"). This fixed my issue instantly .
|
Please see JIRA (https://issues.apache.org/jira/browse/SPARK-6016) for details of the bug.