[ 
https://issues.apache.org/jira/browse/HIVE-25323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17380779#comment-17380779
 ] 

Adesh Kumar Rao commented on HIVE-25323:
----------------------------------------

[~klcopp] Debugged it and figured out that the issue is happening because 
vectorization is using older java libraries (`java.sql.timestamp` instead of 
using `java.time.Instant/ZonedDateTime` etc) and are not considering timezones 
while converting to/from timestamp. This is not the case with non-vectorized 
execution anymore.

The test which is failing is comparing the result of non-vectorized execution 
with vectorized execution and hence failing (because of different results). I 
discussed this with [~mmccline], Fixing the tests will actually require fixing 
the vectorized timestamp conversion. I will go ahead and raise a PR to comment 
out the tests and create another jira for the proper fix for vectorized 
execution.  

> Fix TestVectorCastStatement
> ---------------------------
>
>                 Key: HIVE-25323
>                 URL: https://issues.apache.org/jira/browse/HIVE-25323
>             Project: Hive
>          Issue Type: Task
>            Reporter: Karen Coppage
>            Assignee: Adesh Kumar Rao
>            Priority: Major
>
> org.apache.hadoop.hive.ql.exec.vector.expressions.TestVectorCastStatement 
> tests were timing out after 5 hours.
> [http://ci.hive.apache.org/job/hive-flaky-check/307/]
> First failure: 
> [http://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/master/749/pipeline/242]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to