dcapwell commented on code in PR #4518:
URL: https://github.com/apache/cassandra/pull/4518#discussion_r2604070678


##########
test/unit/org/apache/cassandra/cql3/ast/CollectionAccess.java:
##########
@@ -35,6 +35,18 @@ public CollectionAccess(ReferenceExpression column, Value 
element, AbstractType<
         this.type = type;
     }
 
+    @Override
+    public ReferenceExpression visit(Visitor v)

Review Comment:
   when we rewrite the history to remove `Bind` this logic was missing so we 
get `?` which makes it hard to copy/paste to repo



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