ekaterinadimitrova2 commented on code in PR #2655: URL: https://github.com/apache/cassandra/pull/2655#discussion_r1378927942
########## src/java/org/apache/cassandra/serializers/MapSerializer.java: ########## @@ -21,6 +21,7 @@ import java.nio.BufferUnderflowException; import java.nio.ByteBuffer; import java.util.ArrayList; +import java.util.Collection; Review Comment: Thanks for confirming it is dead code @adelapena and not a bug; I leave it to @blerer to decide whether he wants to clear that, too, or leave it for another ticket. The patch is big already, I understand. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

