sashapolo commented on code in PR #979:
URL: https://github.com/apache/ignite-3/pull/979#discussion_r938638861


##########
modules/storage-api/src/test/java/org/apache/ignite/internal/storage/index/impl/PrefixComparator.java:
##########
@@ -15,77 +15,67 @@
  * limitations under the License.
  */
 
-package org.apache.ignite.internal.storage.index;
+package org.apache.ignite.internal.storage.index.impl;
 
 import java.util.Arrays;
 import java.util.BitSet;
-import org.apache.ignite.internal.schema.BinaryRow;
-import org.apache.ignite.internal.schema.Column;
-import org.apache.ignite.internal.schema.NativeTypeSpec;
-import org.apache.ignite.internal.schema.row.Row;
+import org.apache.ignite.internal.schema.BinaryTuple;
+import org.apache.ignite.internal.schema.NativeType;
+import org.apache.ignite.internal.storage.index.IndexRowPrefix;
+import org.apache.ignite.internal.storage.index.SortedIndexDescriptor;
 import 
org.apache.ignite.internal.storage.index.SortedIndexDescriptor.ColumnDescriptor;
 import org.jetbrains.annotations.Nullable;
 
 /**
- * Class for comparing a {@link BinaryRow} representing an Index Key with a 
given prefix of index columns.
+ * Class for comparing a {@link BinaryTuple} representing an Index Row with a 
given prefix of index columns.
  */
-public class PrefixComparator {
+class PrefixComparator {

Review Comment:
   yes, I left it for simplicity purposes



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