ekaterinadimitrova2 commented on code in PR #2655: URL: https://github.com/apache/cassandra/pull/2655#discussion_r1378865113
########## 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: I did not say you changed it; I'm just pointing out a potential bug in the area of the code we work on here. Opening a follow-up ticket is good if it is confirmed as an issue. So thus I pinged @adelapena to confirm it while all our eyes are still here. It seems a fresh one from 5.0. -- 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]

