kadirozde commented on code in PR #2292:
URL: https://github.com/apache/phoenix/pull/2292#discussion_r2393004664
##########
phoenix-core-client/src/main/java/org/apache/phoenix/iterate/BaseResultIterators.java:
##########
@@ -361,12 +361,19 @@ private static void initializeScan(QueryPlan plan,
Integer perScanLimit, Integer
if (optimizeProjection) {
optimizeProjection(context, scan, table, statement);
}
+ if (context.hasRowSizeFunction()) {
+ scan.getFamilyMap().clear();
+ ScanUtil.removePageFilter(scan);
Review Comment:
Page filter removal was not intentional. Good catch!
--
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]