[ https://issues.apache.org/jira/browse/HIVE-6783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13954543#comment-13954543 ]
Hive QA commented on HIVE-6783: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12637662/HIVE-6783.4.patch.txt {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 5503 tests executed *Failed tests:* {noformat} org.apache.hive.jdbc.TestJdbcDriver2.testNewConnectionConfiguration {noformat} Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/2036/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/2036/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 1 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12637662 > Incompatible schema for maps between parquet-hive and parquet-pig > ----------------------------------------------------------------- > > Key: HIVE-6783 > URL: https://issues.apache.org/jira/browse/HIVE-6783 > Project: Hive > Issue Type: Bug > Components: File Formats > Affects Versions: 0.13.0 > Reporter: Tongjie Chen > Fix For: 0.13.0 > > Attachments: HIVE-6783.1.patch.txt, HIVE-6783.2.patch.txt, > HIVE-6783.3.patch.txt, HIVE-6783.4.patch.txt > > > see also in following parquet issue: > https://github.com/Parquet/parquet-mr/issues/290 > The schema written for maps isn't compatible between hive and pig. This means > any files written in one cannot be properly read in the other. > More specifically, for the same map column c1, parquet-pig generates schema: > message pig_schema { > optional group c1 (MAP) { > repeated group map (MAP_KEY_VALUE) { > required binary key (UTF8); > optional binary value; > } > } > } > while parquet-hive generates schema: > message hive_schema { > optional group c1 (MAP_KEY_VALUE) { > repeated group map { > required binary key; > optional binary value; > } > } > } -- This message was sent by Atlassian JIRA (v6.2#6252)