[ 
https://issues.apache.org/jira/browse/PHOENIX-7923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Kyle Purtell updated PHOENIX-7923:
-----------------------------------------
    Description: 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 region locations in 
{{getRegionLocationsForExplainPlan}} via a {{LinkedHashSet<String>}}. Replaces 
{{ExplainOptions.Builder}} {{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.

> Simplify EXPLAIN value classes
> ------------------------------
>
>                 Key: PHOENIX-7923
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-7923
>             Project: Phoenix
>          Issue Type: Sub-task
>    Affects Versions: PHOENIX-7876-feature
>            Reporter: Andrew Kyle Purtell
>            Assignee: Andrew Kyle Purtell
>            Priority: Major
>
> 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 region 
> locations in {{getRegionLocationsForExplainPlan}} via a 
> {{LinkedHashSet<String>}}. Replaces {{ExplainOptions.Builder}} {{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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to