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


##########
test/unit/org/apache/cassandra/cql3/ast/Mutation.java:
##########
@@ -678,6 +749,11 @@ public InsertBuilder ifNotExists()
             return this;
         }
 
+        public InsertBuilder timestamp(long value)

Review Comment:
   unused in this patch, but is used in the batch patch



##########
test/unit/org/apache/cassandra/cql3/ast/Mutation.java:
##########
@@ -727,6 +803,11 @@ protected UpdateBuilder(TableMetadata table)
             super(Kind.UPDATE, table);
         }
 
+        public UpdateBuilder timestamp(long value)

Review Comment:
   unused in this patch, but is used in the batch patch



-- 
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: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to