tledkov-gridgain commented on a change in pull request #416:
URL: https://github.com/apache/ignite-3/pull/416#discussion_r740192242



##########
File path: 
modules/table/src/main/java/org/apache/ignite/internal/schema/marshaller/KVMarshaller.java
##########
@@ -17,30 +17,31 @@
 
 package org.apache.ignite.internal.schema.marshaller;
 
+import org.apache.ignite.internal.schema.BinaryRow;
 import org.apache.ignite.internal.schema.row.Row;
 import org.jetbrains.annotations.NotNull;
 import org.jetbrains.annotations.Nullable;
 
 /**
  * Key-value serializer interface.
  */
-public interface KVSerializer<K, V> {
+public interface KVMarshaller<K, V> {

Review comment:
       Marshaller or serializer? Please fix javadoc for the class and methods.




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