[ https://issues.apache.org/jira/browse/HIVE-20813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16677763#comment-16677763 ]
Hive QA commented on HIVE-20813: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12947110/HIVE-20813.patch {color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 15521 tests executed *Failed tests:* {noformat} TestMiniDruidCliDriver - did not produce a TEST-*.xml file (likely timed out) (batchId=195) [druidmini_dynamic_partition.q,druidmini_test_ts.q,druidmini_expressions.q,druidmini_test_alter.q,druidmini_test_insert.q] org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[cbo_limit] (batchId=182) org.apache.hadoop.hive.ql.security.TestMetastoreAuthorizationProvider.testSimplePrivileges (batchId=252) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/14784/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/14784/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-14784/ 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: 3 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12947110 - PreCommit-HIVE-Build > udf to_epoch_milli need to support timestamp without time zone as well > ---------------------------------------------------------------------- > > Key: HIVE-20813 > URL: https://issues.apache.org/jira/browse/HIVE-20813 > Project: Hive > Issue Type: Bug > Reporter: slim bouguerra > Assignee: slim bouguerra > Priority: Major > Attachments: HIVE-20813.patch, HIVE-20813.patch, HIVE-20813.patch > > > Currently the following query will fail with a cast exception (tries to cast > timestamp to timestamp with local timezone). > {code} > select to_epoch_milli(current_timestamp) > {code} > As a simple fix we need to add support for timestamp object inspector. -- This message was sent by Atlassian JIRA (v7.6.3#76005)