You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/08/18 11:24:28 UTC

[GitHub] [ignite-3] ygerzhedovich commented on a change in pull request #216: IGNITE-13669: Support temporal types.

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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org