[
https://issues.apache.org/jira/browse/HIVE-19726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16495155#comment-16495155
]
Hive QA commented on HIVE-19726:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12925504/HIVE-19726.1.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 14419 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/11360/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/11360/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-11360/
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
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12925504 - PreCommit-HIVE-Build
> ORC date PPD is broken
> ----------------------
>
> Key: HIVE-19726
> URL: https://issues.apache.org/jira/browse/HIVE-19726
> Project: Hive
> Issue Type: Bug
> Affects Versions: 2.4.0, 3.1.0, 3.0.1, 4.0.0
> Reporter: Prasanth Jayachandran
> Assignee: Prasanth Jayachandran
> Priority: Major
> Attachments: HIVE-19726.1.patch
>
>
> When kryo was in version 2.22 we added a fix in HIVE-7222 and later in
> HIVE-10819. Now that we have updated kryo to 3.0.3 that old workaround fix
> was never removed. The issue was that kryo serialized Timestamp to Date type.
> So to recover the timestamp, during deserialization we deserialized *any*
> date instance to Timestamp object which is wrong (we don't know if date was
> serialized as date or timestamp serialized as date in first place). This
> breaks PPD on date time as kryo deserialization always converts Date to
> Timestamp breaking PPD because of type mismatch.
> Now that we have newer kryo version we can remove the code added in
> HIVE-10819.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)