zstan commented on code in PR #3558: URL: https://github.com/apache/ignite-3/pull/3558#discussion_r1557334659
########## modules/sql-engine/src/integrationTest/sql/types/time/time_parsing.test: ########## @@ -22,8 +22,8 @@ SELECT '14:42:04.999'::TIME(3)::VARCHAR ---- 14:42:04.999 +# trailing zeros get truncated query I -SELECT '14:42:04.999'::TIME(6)::VARCHAR +SELECT '14:42:04.000000'::TIME(6)::VARCHAR Review Comment: i don`t understand here, you rewrite valid test into different one ? i suppose you just need to append something like : SELECT '14:42:04.999000'::TIME(6)::VARCHAR, wdyt ? -- 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]
