lukasz-antoniak commented on code in PR #173:
URL: 
https://github.com/apache/cassandra-analytics/pull/173#discussion_r2844823698


##########
cassandra-four-zero-types/src/main/java/org/apache/cassandra/utils/TokenUtils.java:
##########
@@ -46,6 +47,20 @@ public static BigInteger tokenToBigInteger(final Token token)
         throw new UnsupportedOperationException("Unexpected token type: " + 
token.getClass().getName());
     }
 
+    public static Token bigIntegerToToken(final IPartitioner partitioner, 
final BigInteger token)

Review Comment:
   IntelliJ does not see it at first, because the class is present in 
`cassandra-four-zero-types` module. `cassandra-five-zero-types` is based on 
`cassandra-four-zero-types`, but class body does not change. Executing a Gradle 
build fixes the problem.



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