Uh oh!
There was an error while loading. Please reload this page.
[SPARK-2263][SQL] Support inserting MAP<K, V> to Hive tables - #1205
[SPARK-2263][SQL] Support inserting MAP<K, V> to Hive tables#1205liancheng wants to merge 2 commits into
Conversation
AmplabJenkins
commented
Jun 25, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 25, 2014
Merged build started. |
AmplabJenkins
commented
Jun 25, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 25, 2014
Merged build started. |
rxin
commented
Jun 25, 2014
Mind changing the title to say "SPARK" instead of "SARPK"? |
There was a problem hiding this comment.
Perhaps collect() first then do the mapping w/ assertions?
AmplabJenkins
commented
Jun 25, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Jun 25, 2014
All automated tests passed. |
liancheng
commented
Jun 25, 2014
@rxin Done |
AmplabJenkins
commented
Jun 25, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 25, 2014
Merged build started. |
AmplabJenkins
commented
Jun 25, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Jun 25, 2014
All automated tests passed. |
AmplabJenkins
commented
Jun 25, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Jun 25, 2014
All automated tests passed. |
rxin
commented
Jun 25, 2014
Thanks. Merging this in master & branch-1.0. |
JIRA issue: [SPARK-2263](https://issues.apache.org/jira/browse/SPARK-2263) Map objects were not converted to Hive types before inserting into Hive tables. Author: Cheng Lian <lian.cs.zju@gmail.com> Closes#1205 from liancheng/spark-2263 and squashes the following commits: c7a4373 [Cheng Lian] Addressed @concretevitamin's comment 784940b [Cheng Lian] SARPK-2263: support inserting MAP<K, V> to Hive tables (cherry picked from commit 8fade89) Signed-off-by: Reynold Xin <rxin@apache.org>
JIRA issue: [SPARK-2263](https://issues.apache.org/jira/browse/SPARK-2263) Map objects were not converted to Hive types before inserting into Hive tables. Author: Cheng Lian <lian.cs.zju@gmail.com> Closesapache#1205 from liancheng/spark-2263 and squashes the following commits: c7a4373 [Cheng Lian] Addressed @concretevitamin's comment 784940b [Cheng Lian] SARPK-2263: support inserting MAP<K, V> to Hive tables
JIRA issue: [SPARK-2263](https://issues.apache.org/jira/browse/SPARK-2263) Map objects were not converted to Hive types before inserting into Hive tables. Author: Cheng Lian <lian.cs.zju@gmail.com> Closesapache#1205 from liancheng/spark-2263 and squashes the following commits: c7a4373 [Cheng Lian] Addressed @concretevitamin's comment 784940b [Cheng Lian] SARPK-2263: support inserting MAP<K, V> to Hive tables
JIRA issue: SPARK-2263
Map objects were not converted to Hive types before inserting into Hive tables.