[ https://issues.apache.org/jira/browse/HIVE-19638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16484264#comment-16484264 ]
Hive QA commented on HIVE-19638: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12924427/HIVE-19638.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 9 failed/errored test(s), 14313 tests executed *Failed tests:* {noformat} TestBeeLineExceptionHandling - did not produce a TEST-*.xml file (likely timed out) (batchId=192) TestBeeLineHistory - did not produce a TEST-*.xml file (likely timed out) (batchId=192) TestBeelineArgParsing - did not produce a TEST-*.xml file (likely timed out) (batchId=192) TestClientCommandHookFactory - did not produce a TEST-*.xml file (likely timed out) (batchId=192) TestHiveCli - did not produce a TEST-*.xml file (likely timed out) (batchId=192) TestHiveSchemaTool - did not produce a TEST-*.xml file (likely timed out) (batchId=192) TestIncrementalRows - did not produce a TEST-*.xml file (likely timed out) (batchId=192) TestShutdownHook - did not produce a TEST-*.xml file (likely timed out) (batchId=192) TestTableOutputFormat - did not produce a TEST-*.xml file (likely timed out) (batchId=192) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/11137/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/11137/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-11137/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 9 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12924427 - PreCommit-HIVE-Build > Configuration not passed to ORC Reader.Options > ---------------------------------------------- > > Key: HIVE-19638 > URL: https://issues.apache.org/jira/browse/HIVE-19638 > Project: Hive > Issue Type: Bug > Components: Configuration, File Formats, ORC > Affects Versions: 2.3.0, 2.3.1, 2.3.2 > Reporter: Rentao Wu > Assignee: Rentao Wu > Priority: Major > Attachments: HIVE-19638.patch > > > Configuration is not passed to ORC's Reader.Option in OrcFileInputFormat > which causes someĀ [ORC > configurations|https://github.com/apache/orc/blob/master/java/core/src/java/org/apache/orc/Reader.java#L170-L176] > to not be able to be picked up. > Related issues: > For example, the ORC upgrade in Hive 2.3.x changed schema evolution from > positional to column name matching. A backwards compatibility configuration > "orc.force.positional.evolution" could be set in ORC Reader.Options by > [ORC-120|https://issues.apache.org/jira/browse/ORC-120] however it could not > be picked up resulting in null values when querying ORC tables where the > column names do not match. -- This message was sent by Atlassian JIRA (v7.6.3#76005)