maedhroz commented on code in PR #3220:
URL: https://github.com/apache/cassandra/pull/3220#discussion_r1546773629
##########
src/java/org/apache/cassandra/cql3/UntypedResultSet.java:
##########
@@ -228,7 +228,7 @@ protected Row computeNext()
try (ReadExecutionController executionController =
pager.executionController();
PartitionIterator iter =
pager.fetchPageInternal(pageSize, executionController))
{
- currentPage = select.process(iter, nowInSec,
true).rows.iterator();
+ currentPage = select.process(iter, nowInSec, true,
ClientState.forInternalCalls()).rows.iterator();
Review Comment:
`FromPager` is only used by `QueryProcessor#executeInternalWithPaging()`, so
this should be safe.
--
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]