apilloud commented on a change in pull request #14729:
URL: https://github.com/apache/beam/pull/14729#discussion_r698902019



##########
File path: 
sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/BeamSqlCliTest.java
##########
@@ -260,7 +260,7 @@ public void test_time_types() throws Exception {
         "INSERT INTO test_table VALUES ("
             + "DATE '2018-11-01', "
             + "TIME '15:23:59', "
-            + "TIMESTAMP '2018-07-01 21:26:07.123' )");
+            + "TIMESTAMP '2018-07-01 21:26:07' )");

Review comment:
       I found the cause of the implicit truncation, it is fixed now.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to