[ https://issues.apache.org/jira/browse/HIVE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13925309#comment-13925309 ]
Hive QA commented on HIVE-6575: ------------------------------- {color:green}Overall{color}: +1 all checks pass Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12633569/HIVE-6575.3.patch {color:green}SUCCESS:{color} +1 5374 tests passed Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1680/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1680/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 12633569 > select * fails on parquet table with map datatype > ------------------------------------------------- > > Key: HIVE-6575 > URL: https://issues.apache.org/jira/browse/HIVE-6575 > Project: Hive > Issue Type: Bug > Components: Serializers/Deserializers > Affects Versions: 0.13.0 > Reporter: Szehon Ho > Assignee: Szehon Ho > Labels: parquet > Attachments: HIVE-6575.2.patch, HIVE-6575.3.patch, HIVE-6575.patch > > > Create parquet table with map and run select * from parquet_table, returns > following exception: > {noformat} > FAILED: RuntimeException java.lang.ClassCastException: > org.apache.hadoop.hive.ql.io.parquet.serde.DeepParquetHiveMapInspector cannot > be cast to > org.apache.hadoop.hive.ql.io.parquet.serde.StandardParquetHiveMapInspector > {noformat} > However select <mapcol> from parquet_table seems to work, and thus joins will > work. -- This message was sent by Atlassian JIRA (v6.2#6252)