[
https://issues.apache.org/jira/browse/PHOENIX-4790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16625989#comment-16625989
]
Hudson commented on PHOENIX-4790:
---------------------------------
FAILURE: Integrated in Jenkins build Phoenix-omid2 #89 (See
[https://builds.apache.org/job/Phoenix-omid2/89/])
PHOENIX-4790 Simplify check for client side delete (jamestaylor: rev
6918b0dfba81f1da21b51965a91269115da67acc)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/compile/DeleteCompiler.java
PHOENIX-4790 Addendum to check that query is a point lookup for delete
(jamestaylor: rev ad8867522bc13f5013f3af6202dca3c8ac5dd4d7)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/compile/DeleteCompiler.java
Revert "PHOENIX-4790 Addendum to check that query is a point lookup for
(jamestaylor: rev e95fb2190541857ede83db9ca29698ff47503cd8)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/compile/DeleteCompiler.java
Revert "PHOENIX-4790 Simplify check for client side delete" (jamestaylor: rev
4cab4c270e91b48b4ebd19487986cfd864e02476)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/compile/DeleteCompiler.java
> Simplify check for client side delete
> -------------------------------------
>
> Key: PHOENIX-4790
> URL: https://issues.apache.org/jira/browse/PHOENIX-4790
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: James Taylor
> Priority: Minor
> Fix For: 4.15.0, 5.1.0
>
> Attachments: PHOENIX-4790.patch, PHOENIX-4790_addendum1.patch
>
>
> We don't need to check every query plan for the existence of a where clause
> to determine if we can do a client-side delete. Instead, we can simply check
> if any non PK columns are projected.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)