AMashenkov commented on a change in pull request #243:
URL: https://github.com/apache/ignite-3/pull/243#discussion_r679899587



##########
File path: modules/api/src/main/java/org/apache/ignite/schema/ColumnType.java
##########
@@ -206,6 +252,48 @@ public int scale() {
         }
     }
 
+    /**
+     * Number column type.
+     */
+    public static class NumberColumnType extends ColumnType {
+        /** Undefined precision. */
+        public static final int UNDEFINED = -1;

Review comment:
       ```suggestion
           private static final int UNDEFINED = -1;
   ```




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