ygerzhedovich commented on a change in pull request #216:
URL: https://github.com/apache/ignite-3/pull/216#discussion_r691145158



##########
File path: modules/api/src/main/java/org/apache/ignite/schema/ColumnType.java
##########
@@ -163,6 +166,37 @@ public static DecimalColumnType decimalOf() {
         );
     }
 
+    /**
+     * Timezone-free value representing a time of day in hours, minutes, 
seconds,
+     * and fractional seconds depending on type precision.
+     *
+     * @param precision Fractional seconds part length. Allowed values are 
3/6/9 for millis/micros/nanos.

Review comment:
       I think it's old javadoc and just should be amended. We should support 
any values between 0 and 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: [email protected]

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


Reply via email to