[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-27 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Attachment: PHOENIX-6_v5.patch Attaching updated patch with negative test for sequence usage in ON

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-27 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Attachment: PHOENIX-6_v4.patch Updated patch with CASE statement test. > Support ON DUPLICATE KEY

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-27 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Attachment: PHOENIX-6_v3.patch Good catches, [~samarthjain]. I've flagged both usage of aggregation

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-26 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Attachment: PHOENIX-6_v2.patch Rebased patch on latest master. Ping, [~samarthjain]. > Support ON

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-25 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Attachment: (was: PHOENIX-6.patch) > Support ON DUPLICATE KEY construct >

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-25 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Attachment: PHOENIX-6.patch > Support ON DUPLICATE KEY construct > --

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-25 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Attachment: (was: PHOENIX-6.patch) > Support ON DUPLICATE KEY construct >

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-25 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Attachment: PHOENIX-6_4.x-HBase-0.98.patch > Support ON DUPLICATE KEY construct >

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-25 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Attachment: (was: PHOENIX-6_4.x-HBase-0.98.patch) > Support ON DUPLICATE KEY construct >

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-25 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Attachment: PHOENIX-6_4.x-HBase-0.98.patch Patch that applies to 4.x-HBase-0.98 branch,

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-25 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Description: To support inserting a new row only if it doesn't already exist, we should support the

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-25 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Description: To support inserting a new row only if it doesn't already exist, we should support the

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-25 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Attachment: PHOENIX-6.patch Please review [~samarthjain]. See JIRA description for overview of syntax.

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-25 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Attachment: (was: PHOENIX-6.patch) > Support ON DUPLICATE KEY construct >

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-25 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Attachment: PHOENIX-6.patch > Support ON DUPLICATE KEY construct > --

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-21 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Attachment: PHOENIX-6_wip3.patch Working patch. Still needs more testing around indexes and

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Attachment: PHOENIX-6_wip2.patch Server-side for ON DUPLICATE KEY clause > Support ON DUPLICATE KEY

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-13 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Description: To support inserting a new row only if it doesn't already exist, we should support the

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-11 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Attachment: PHOENIX-6_wip1.patch Patch with client-side changes. > Support ON DUPLICATE KEY construct

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-10-06 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Description: To support inserting a new row only if it doesn't already exist, we should support the

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-09-28 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Description: To support inserting a new row only if it doesn't already exist, we should support the

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-09-28 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Description: To support inserting a new row only if it doesn't already exist, we should support the

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-09-28 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Description: To support inserting a new row only if it doesn't already exist, we should support the

[jira] [Updated] (PHOENIX-6) Support ON DUPLICATE KEY construct

2016-09-28 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-6: --- Summary: Support ON DUPLICATE KEY construct (was: Support on duplicate key ignore construct) >