zstan commented on code in PR #6274: URL: https://github.com/apache/ignite-3/pull/6274#discussion_r2215845282
########## modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/IgniteSqlValidator.java: ########## @@ -128,6 +128,7 @@ public class IgniteSqlValidator extends SqlValidatorImpl { public static final int MAX_LENGTH_OF_ALIASES = 256; public static final int DECIMAL_DYNAMIC_PARAM_PRECISION = 28; public static final int DECIMAL_DYNAMIC_PARAM_SCALE = 6; + private static final int TIME_DYNAMIC_PARAM_PRECISION = 6; Review Comment: why 6 and not 3 or 9 ? -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org