yifan-c commented on code in PR #44:
URL:
https://github.com/apache/cassandra-analytics/pull/44#discussion_r1513261310
##########
cassandra-bridge/src/main/java/org/apache/cassandra/spark/data/DataLayer.java:
##########
@@ -164,6 +164,11 @@ public CassandraVersion version()
public abstract boolean isInPartition(int partitionId, BigInteger token,
ByteBuffer key);
+ /**
+ * @return a TimeProvider
+ */
+ public abstract TimeProvider timeProvider();
Review Comment:
Do not return DEFAULT time prover. The concrete implementation should return
the correct value.
--
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]