maedhroz commented on code in PR #23:
URL: https://github.com/apache/cassandra-harry/pull/23#discussion_r1412521262
##########
harry-core/test/harry/operations/RelationTest.java:
##########
@@ -183,12 +183,12 @@ public BitSet columnMask(long pd, long lts, long opId,
OpSelectors.OperationKind
throw new RuntimeException("not implemented");
}
- public
long rowId(long pd, long lts, long cd)
+ public
long opId(long pd, long lts, long cd)
{
return 0;
}
- public
long modificationId(long pd, long cd, long lts, long vd, int col)
+ public
long operationId(long pd, long cd, long lts, long vd, int col)
Review Comment:
unused now?
--
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]