apurtell opened a new pull request, #2530:
URL: https://github.com/apache/phoenix/pull/2530

   Simplify EXPLAIN value classes.
   
   Replaces `ExplainPlanAttributes`' private zero args constructor and package 
private all args constructor with a private builder. Removes 
`ExplainTable.RegionBoundary` in favor of deduping `HRegionLocation`s in 
`getRegionLocationsForExplainPlan` via a `LinkedHashSet<String>`. Replaces 
`ExplainOptions.Builder`'s `regionsSet` / `verboseSet` companion booleans with 
an inline `EnumSet<Option>` in the grammar action. The nested `Builder` type 
goes away and the parser constructs `ExplainOptions` directly. No behavior 
change. EXPLAIN text and JSON output are unchanged.
   
   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]

Reply via email to