DonalEvans commented on a change in pull request #6530:
URL: https://github.com/apache/geode/pull/6530#discussion_r643439977



##########
File path: 
geode-apis-compatible-with-redis/src/main/java/org/apache/geode/redis/internal/data/RedisKey.java
##########
@@ -21,23 +21,26 @@
 import java.io.DataInput;
 import java.io.DataOutput;
 import java.io.IOException;
+import java.util.Arrays;
 
+import org.apache.geode.DataSerializer;
 import org.apache.geode.internal.serialization.DataSerializableFixedID;
 import org.apache.geode.internal.serialization.DeserializationContext;
 import org.apache.geode.internal.serialization.KnownVersion;
 import org.apache.geode.internal.serialization.SerializationContext;
 import org.apache.geode.redis.internal.executor.cluster.CRC16;
 import org.apache.geode.redis.internal.executor.cluster.RedisPartitionResolver;
+import org.apache.geode.redis.internal.netty.Coder;
 
-public class RedisKey extends ByteArrayWrapper implements 
DataSerializableFixedID {
+public class RedisKey implements DataSerializableFixedID, Comparable<RedisKey> 
{

Review comment:
       I think it's likely that we don't. I'll remove this and see if anything 
breaks in pre-checkin.




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

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


Reply via email to