maedhroz commented on code in PR #3060:
URL: https://github.com/apache/cassandra/pull/3060#discussion_r1498166248
##########
test/harry/main/org/apache/cassandra/harry/dsl/SingleOperationBuilder.java:
##########
@@ -36,8 +35,8 @@ public interface SingleOperationBuilder
* Insert _specific values_ into _specific_ row. Rows are ordered by
clustering key and
* numbered from 0 to maxRows
*/
- SingleOperationBuilder insert(int rowIdx, long[] vds);
- SingleOperationBuilder insert(int rowIdx, long[] vds, long[] sds);
+ SingleOperationBuilder insert(int rowIdx, int[] vds);
+ SingleOperationBuilder insert(int rowIdx, int[] vds, int[] sds);
Review Comment:
I see the right `ValueHelper#overrides` bijection getting the mapping, but
then nothing accesses the overrides?
--
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]