aweisberg commented on code in PR #4006:
URL: https://github.com/apache/cassandra/pull/4006#discussion_r2019082390
##########
src/java/org/apache/cassandra/cql3/terms/Constants.java:
##########
@@ -499,7 +509,9 @@ else if (column.type instanceof NumberType<?>)
else if (column.type instanceof StringType)
{
ByteBuffer append = t.bindAndGet(params.options);
- ByteBuffer current = getCurrentCellBuffer(partitionKey,
params);
+ if (append == null)
Review Comment:
Is `+=` null an error or should it silently succeed and do nothing? How do
we get to appending `null`? I am not clear on what happens here.
--
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]