kadirozde commented on code in PR #2292:
URL: https://github.com/apache/phoenix/pull/2292#discussion_r2393053665
##########
phoenix-core-client/src/main/java/org/apache/phoenix/compile/QueryCompiler.java:
##########
@@ -752,6 +753,16 @@ protected QueryPlan compileSingleQuery(StatementContext
context, SelectStatement
protected QueryPlan compileSingleFlatQuery(StatementContext context,
SelectStatement select,
boolean asSubquery, boolean allowPageFilter, QueryPlan innerPlan, boolean
inJoin,
boolean inUnion) throws SQLException {
+ for (AliasedNode node : select.getSelect()) {
+ if (node.getNode() instanceof RowSizeParseNode) {
Review Comment:
Please see the exception message and also the row size test to see how to
get individual row sizes.
--
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]