Uh oh!
There was an error while loading. Please reload this page.
[SPARK-4945] [SQL] Add overwrite option support for SchemaRDD.saveAsParquetFile - #3780
[SPARK-4945] [SQL] Add overwrite option support for SchemaRDD.saveAsParquetFile#3780chenghao-intel wants to merge 3 commits into
Conversation
SparkQA
commented
Dec 24, 2014
Test build #24755 has started for PR 3780 at commit
|
SparkQA
commented
Dec 24, 2014
Test build #24755 has finished for PR 3780 at commit
|
AmplabJenkins
commented
Dec 24, 2014
Test FAILed. |
SparkQA
commented
Dec 24, 2014
Test build #24758 has started for PR 3780 at commit
|
SparkQA
commented
Dec 24, 2014
Test build #24758 has finished for PR 3780 at commit
|
AmplabJenkins
commented
Dec 24, 2014
Test FAILed. |
52adf46 to
a7a380fCompareSparkQA
commented
Dec 25, 2014
Test build #24802 has started for PR 3780 at commit
|
SparkQA
commented
Dec 25, 2014
Test build #24802 has finished for PR 3780 at commit
|
AmplabJenkins
commented
Dec 25, 2014
Test PASSed. |
There was a problem hiding this comment.
Is it safe to replace create with createEmpty? I see create will do some check and then call createEmpty
There was a problem hiding this comment.
It should be safe, as we believe the logical plan has been resolved already during the analysis phase.
marmbrus
commented
Jan 10, 2015
/cc @rxin More API questions. |
a7a380f to
72c4a4bCompareSparkQA
commented
Jan 12, 2015
Test build #25409 has started for PR 3780 at commit
|
SparkQA
commented
Jan 12, 2015
Test build #25409 has finished for PR 3780 at commit
|
AmplabJenkins
commented
Jan 12, 2015
Test PASSed. |
rxin
commented
Jan 20, 2015
The changes lgtm. I left couple small comments. Do you mind fixing those? |
marmbrus
commented
Jan 20, 2015
@rxin what about the question of |
chenghao-intel
commented
Jan 21, 2015
For my understanding, |
SparkQA
commented
Jan 21, 2015
Test build #25860 has started for PR 3780 at commit
|
chenghao-intel
commented
Jan 21, 2015
Or probably we can cleanup those APIs, kind of like: Any ideas? |
SparkQA
commented
Jan 21, 2015
Test build #25860 has finished for PR 3780 at commit
|
AmplabJenkins
commented
Jan 21, 2015
Test PASSed. |
No description provided.