xtern commented on code in PR #3558:
URL: https://github.com/apache/ignite-3/pull/3558#discussion_r1554534762


##########
modules/sql-engine/src/integrationTest/sql/types/time/time_parsing.test:
##########
@@ -25,5 +25,5 @@ SELECT '14:42:04.999'::TIME(3)::VARCHAR
 query I
 SELECT '14:42:04.999'::TIME(6)::VARCHAR
 ----
-14:42:04.999000
+14:42:04.999

Review Comment:
   Precision isn't ignored, we just don't add trailing zeros now.
   I copied the original test to make it more clear.



-- 
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