apurtell opened a new pull request, #2507: URL: https://github.com/apache/phoenix/pull/2507
Split the conflated `SERVER FILTER BY FIRST KEY ONLY AND <expr>` line and rename the projection optimization lines to `SERVER PROJECTION FILTER BY FIRST KEY ONLY` and `... EMPTY COLUMN ONLY`, each followed when a value predicate exists by a separate `SERVER FILTER BY <expr>` line for each predicate. `ExplainPlanAttributes` narrows `serverWhereFilter` to the bare predicate and adds `serverFirstKeyOnlyProjection` and `serverEmptyColumnOnlyProjection` booleans, with matching `ExplainPlanTestUtil` fluent assertion getters, setters, and testers. Co-authored-by: Claude Opus 4.8[1m] <[email protected]> -- 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]
