AMashenkov commented on code in PR #2670:
URL: https://github.com/apache/ignite-3/pull/2670#discussion_r1354499996


##########
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/commands/CatalogUtils.java:
##########
@@ -86,7 +87,7 @@ public class CatalogUtils {
      *
      * <p>SQL`16 part 2 section 6.1 syntax rule 38
      */
-    public static final int MAX_TIME_PRECISION = 9;
+    public static final int MAX_TIME_PRECISION = 
NativeTypes.MAX_TIME_PRECISION;

Review Comment:
   Let's try to move constants to IgniteTypeSystem or NativeTypes.



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