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


##########
src/java/org/apache/cassandra/db/marshal/VectorType.java:
##########
@@ -359,6 +365,13 @@ private <V> void checkConsumedFully(V buffer, 
ValueAccessor<V> accessor, int off
             throw new MarshalException("Unexpected " + remaining + " 
extraneous bytes after " + asCQL3Type() + " value");
     }
 
+    @Override
+    public ByteBuffer getMaskedValue()
+    {
+        List<ByteBuffer> values = Collections.nCopies(dimension, 
elementType.getMaskedValue());

Review Comment:
   I have added some doc lines and examples about how default masking values 
are generated.



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