[
https://issues.apache.org/jira/browse/HIVE-25323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17383010#comment-17383010
]
Adesh Kumar Rao commented on HIVE-25323:
----------------------------------------
I will work on the comparison by converting timestamps appropriately.
The test is failing in my local (instead of timing out), though I was running
it on a very small scale:
{code:java}
Object[][] randomRows = rowSource.randomRows(100);
{code}
instead of
{code:java}
Object[][] randomRows = rowSource.randomRows(100000);
{code}
I will try running the test with original number of random rows and check if it
again timeouts.
> 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)