[ https://issues.apache.org/jira/browse/PHOENIX-3925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16043549#comment-16043549 ]
Hudson commented on PHOENIX-3925: --------------------------------- FAILURE: Integrated in Jenkins build Phoenix-master #1651 (See [https://builds.apache.org/job/Phoenix-master/1651/]) PHOENIX-3925 Disallow usage of ON DUPLICATE KEY clause on tables with (jamestaylor: rev 9b402043896fdeb78a236542bddf88e4a7f300e7) * (edit) phoenix-core/src/main/java/org/apache/phoenix/exception/SQLExceptionCode.java * (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/OnDuplicateKeyIT.java * (edit) phoenix-core/src/test/java/org/apache/phoenix/compile/QueryCompilerTest.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/compile/UpsertCompiler.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/util/SchemaUtil.java > Disallow usage of ON DUPLICATE KEY clause on tables with global secondary > indexes > --------------------------------------------------------------------------------- > > Key: PHOENIX-3925 > URL: https://issues.apache.org/jira/browse/PHOENIX-3925 > Project: Phoenix > Issue Type: Bug > Reporter: James Taylor > Assignee: James Taylor > Fix For: 4.11.0 > > Attachments: PHOENIX-3925.patch > > > For the reasons of service protection, rather than just documenting that you > shouldn't use the ON DUPLICATE KEY clause on tables with global secondary > indexes, we should instead throw an exception if this is attempted. See > reasons listed here for the reason: > https://phoenix.apache.org/atomic_upsert.html#Limitations -- This message was sent by Atlassian JIRA (v6.3.15#6346)