apurtell opened a new pull request, #2544: URL: https://github.com/apache/phoenix/pull/2544
Previously `PhoenixStatement` set `ExplainOptions` only on the root plan's `StatementContext`. Nested plans (hash-join / semi-join / anti-join build sides, `UNION ALL` branches, sort-merge-join halves, and `ClientScanPlan` / `ClientAggregatePlan` / `TupleProjectionPlan` wrappers) kept their default options and rendered as plain explain output. Each parent's `getExplainPlan()` now copies `getContext().getExplainOptions()` onto its child plans' contexts before composing them. `ExplainTable` no longer special-cases the root scan. 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]
