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



##########
File path: 
modules/schema/src/main/java/org/apache/ignite/internal/schema/NativeTypes.java
##########
@@ -317,4 +318,85 @@ public static NativeType from(ColumnType type) {
                 throw new InvalidTypeException("Unexpected type " + type);
         }
     }
+
+    /**
+     * Reads native type from byte buffer.
+     *
+     * @param buf Byte buffer.
+     * @return Native type.
+     */
+    public static NativeType fromByteBuffer(ExtendedByteBuffer buf) {

Review comment:
       Let's move this method to SchemaSerializerImpl.




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