adelapena commented on code in PR #2747:
URL: https://github.com/apache/cassandra/pull/2747#discussion_r1346186729


##########
src/java/org/apache/cassandra/cql3/CQL3Type.java:
##########
@@ -566,6 +567,21 @@ public String toCQLLiteral(ByteBuffer buffer)
             return sb.toString();
         }
 
+        @Override

Review Comment:
   Yes, they should. Without proper hashcode/equals we can end up seeing 
messages such as `Masking function mask_default() return type is vector<int, 
2>. This is different to the type of the masked column r2 of type vector<int, 
2>.`



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

Reply via email to