armitage420 commented on code in PR #5779:
URL: https://github.com/apache/hive/pull/5779#discussion_r2294244435


##########
ql/src/test/queries/clientpositive/avro_hybrid_mixed_timestamp.q:
##########
@@ -5,13 +5,13 @@ stored as avro;
 
 INSERT INTO hybrid_table VALUES
 ('2012-02-21 07:08:09.123'),
-('2014-02-11 07:08:09.123'),
+('2014-02-11 07:08:09.123456'),
 ('1947-02-11 07:08:09.123'),
-('8200-02-11 07:08:09.123'),
-('1012-02-21 07:15:11.123'),
-('1014-02-11 07:15:11.123'),
+('8200-02-11 07:08:09.123456'),
+('1012-02-21 07:15:11.12345'),
+('1014-02-11 07:15:11.1234'),
 ('0947-02-11 07:15:11.123'),
-('0200-02-11 07:15:11.123');
+('0200-02-11 07:15:11.1234');

Review Comment:
   Makes sense, added extra inserts to check precision of timestamp



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to