Uh oh!
There was an error while loading. Please reload this page.
[SPARK-5775] [SQL] BugFix: GenericRow cannot be cast to SpecificMutableRow when nested data and partitioned table - #4792
[SPARK-5775] [SQL] BugFix: GenericRow cannot be cast to SpecificMutableRow when nested data and partitioned table#4792liancheng wants to merge 4 commits into
Conversation
SparkQA
commented
Feb 26, 2015
Test build #28012 has started for PR 4792 at commit
|
liancheng
commented
Feb 26, 2015
@marmbrus As discussed offline, I tried to use |
marmbrus
commented
Feb 26, 2015
Can't we do the same check that we do inside of parquet to see if the row is all primitives once and switch on that, instead of doing per tuple extraction and run time type checking? |
SparkQA
commented
Feb 26, 2015
Test build #28012 has finished for PR 4792 at commit
|
AmplabJenkins
commented
Feb 26, 2015
Test PASSed. |
yhuai
commented
Feb 27, 2015
liancheng
commented
Feb 27, 2015
Remove runtime pattern matching.
SparkQA
commented
Feb 27, 2015
Test build #28039 has started for PR 4792 at commit
|
SparkQA
commented
Feb 27, 2015
Test build #28039 has finished for PR 4792 at commit
|
AmplabJenkins
commented
Feb 27, 2015
Test PASSed. |
There was a problem hiding this comment.
I made a typo at here... if => is.
SparkQA
commented
Feb 28, 2015
Test build #28117 has started for PR 4792 at commit
|
liancheng
commented
Feb 28, 2015
@yhuai Thanks for the review! I've addressed the comments. Will merge this to master and branch-1.3 after Jenkins approves. |
SparkQA
commented
Feb 28, 2015
Test build #28117 has finished for PR 4792 at commit
|
AmplabJenkins
commented
Feb 28, 2015
Test PASSed. |
…leRow when nested data and partitioned table This PR adapts anselmevignon's #4697 to master and branch-1.3. Please refer to PR description of #4697 for details. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/apache/spark/4792) <!-- Reviewable:end --> Author: Cheng Lian <lian@databricks.com> Author: Cheng Lian <liancheng@users.noreply.github.com> Author: Yin Huai <yhuai@databricks.com> Closes#4792 from liancheng/spark-5775 and squashes the following commits: 538f506 [Cheng Lian] Addresses comments cee55cf [Cheng Lian] Merge pull request #4 from yhuai/spark-5775-yin b0b74fb [Yin Huai] Remove runtime pattern matching. ca6e038 [Cheng Lian] Fixes SPARK-5775 (cherry picked from commit e6003f0) Signed-off-by: Cheng Lian <lian@databricks.com>
This PR adapts @anselmevignon's #4697 to master and branch-1.3. Please refer to PR description of #4697 for details.