[ https://issues.apache.org/jira/browse/HIVE-8560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14180035#comment-14180035 ]
Hive QA commented on HIVE-8560: ------------------------------- {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/12676281/HIVE-8560.1.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 6574 tests executed *Failed tests:* {noformat} org.apache.hive.minikdc.TestJdbcWithMiniKdc.testNegativeTokenAuth {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1393/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1393/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1393/ 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: 12676281 - PreCommit-HIVE-TRUNK-Build > SerDes that do not inherit AbstractSerDe do not get table properties during > initialize() > ---------------------------------------------------------------------------------------- > > Key: HIVE-8560 > URL: https://issues.apache.org/jira/browse/HIVE-8560 > Project: Hive > Issue Type: Bug > Components: Serializers/Deserializers > Reporter: Jason Dere > Assignee: Jason Dere > Attachments: HIVE-8560.1.patch > > > Looks like this may have been introduced during HIVE-6835. During > initialize(), 3rd party SerDes which do not inherit AbstractSerDe end up > getting a Properties object created by > SerDeUtils.createOverlayedProperties(). This properties object receives the > table properties as defaults. So looking up a key by name will yield the > default value, but a call like getKeys() will not show any of the table > properties. -- This message was sent by Atlassian JIRA (v6.3.4#6332)