[ https://issues.apache.org/jira/browse/HIVE-17230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16161784#comment-16161784 ]
Hive QA commented on HIVE-17230: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12886458/HIVE-17230.2.patch {color:green}SUCCESS:{color} +1 due to 4 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 13 failed/errored test(s), 11033 tests executed *Failed tests:* {noformat} TestAccumuloCliDriver - did not produce a TEST-*.xml file (likely timed out) (batchId=230) TestDummy - did not produce a TEST-*.xml file (likely timed out) (batchId=230) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[insert_values_orig_table_use_metadata] (batchId=61) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[interval_arithmetic] (batchId=45) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[orc_merge8] (batchId=81) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[vectorized_timestamp] (batchId=74) org.apache.hadoop.hive.cli.TestHBaseCliDriver.testCliDriver[hbase_timestamp] (batchId=96) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[schema_evol_text_nonvec_part] (batchId=149) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[schema_evol_text_nonvec_part_all_primitive] (batchId=156) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[schema_evol_text_vec_part_all_primitive] (batchId=158) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[schema_evol_text_vecrow_part] (batchId=162) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[schema_evol_text_vecrow_part_all_primitive] (batchId=158) org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainanalyze_2] (batchId=100) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/6769/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/6769/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-6769/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase 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: 13 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12886458 - PreCommit-HIVE-Build > Timestamp format different in HiveCLI and Beeline > ------------------------------------------------- > > Key: HIVE-17230 > URL: https://issues.apache.org/jira/browse/HIVE-17230 > Project: Hive > Issue Type: Bug > Components: Beeline, CLI > Reporter: Peter Vary > Assignee: Marta Kuczora > Attachments: HIVE-17230.1.patch, HIVE-17230.2.patch > > > The issue can be reproduced with the following commands: > {code} > create table timestamp_test(t timestamp); > insert into table timestamp_test values('2000-01-01 01:00:00'); > select * from timestamp_test; > {code} > The timestamp is displayed without nanoseconds in HiveCLI: > {code} > 2000-01-01 01:00:00 > {code} > When the exact same timestamp is displayed in BeeLine it displays: > {code} > 2000-01-01 01:00:00.0 > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)