maedhroz commented on code in PR #3274:
URL: https://github.com/apache/cassandra/pull/3274#discussion_r1591710590
##########
src/java/org/apache/cassandra/db/ReadQuery.java:
##########
@@ -143,7 +144,7 @@ public ColumnFilter columnFilter()
* @param state client state
* @return the result of the query.
*/
- public PartitionIterator execute(ConsistencyLevel consistency, ClientState
state, long queryStartNanoTime) throws RequestExecutionException;
+ public PartitionIterator execute(ConsistencyLevel consistency, ClientState
state, Dispatcher.RequestTime requestTime) throws RequestExecutionException;
Review Comment:
nit: JavaDoc update while we're here?
--
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]