[ 
https://issues.apache.org/jira/browse/PHOENIX-4342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16236960#comment-16236960
 ] 

James Taylor commented on PHOENIX-4342:
---------------------------------------

This looks very good, [~gjacoby]. The one funky case in DeleteCompiler where we 
have multiple query plans for a point delete, it might be better to return the 
dataPlan here:
{code}
+
+        @Override
+        public QueryPlan getQueryPlan() {
+            return firstPlan.getQueryPlan();
+        }
{code}

> Surface QueryPlan in MutationPlan
> ---------------------------------
>
>                 Key: PHOENIX-4342
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4342
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: James Taylor
>            Assignee: Geoffrey Jacoby
>            Priority: Minor
>         Attachments: PHOENIX-4342-v2.patch, PHOENIX-4342.patch
>
>
> For DELETE statements, it'd be good to be able to get at the QueryPlan 
> through the MutationPlan so we can get more structured information at compile 
> time.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to