You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Rushabh Shah (Jira)" <ji...@apache.org> on 2023/05/23 22:35:00 UTC

[jira] [Created] (PHOENIX-6962) Write javadoc for different mutation plans within DeleteCompiler.

Rushabh Shah created PHOENIX-6962:
-------------------------------------

             Summary: Write javadoc for different mutation plans within DeleteCompiler.
                 Key: PHOENIX-6962
                 URL: https://issues.apache.org/jira/browse/PHOENIX-6962
             Project: Phoenix
          Issue Type: Bug
          Components: core
            Reporter: Rushabh Shah


There are multiple mutation plan within DeleteCompiler:
 # MultiRowDeleteMutationPlan
 # SingleRowDeleteMutationPlan
 # ServerSelectDeleteMutationPlan
 # ClientSelectDeleteMutationPlan

It doesn't have javadocs explaining which mutation plan is selected for a given delete statement.



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