[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Resolution: Fixed Status: Resolved (was: Patch Available) Pushed to master. Thanks for reviewing [~jcamachorodriguez] > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Labels: TODOC3.0 > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch, HIVE-19059.2.patch, > HIVE-19059.3.patch, HIVE-19059.4.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Attachment: HIVE-19059.4.patch > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Labels: TODOC3.0 > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch, HIVE-19059.2.patch, > HIVE-19059.3.patch, HIVE-19059.4.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Status: Patch Available (was: Open) > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Labels: TODOC3.0 > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch, HIVE-19059.2.patch, > HIVE-19059.3.patch, HIVE-19059.4.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Status: Open (was: Patch Available) > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Labels: TODOC3.0 > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch, HIVE-19059.2.patch, > HIVE-19059.3.patch, HIVE-19059.4.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Attachment: (was: HIVE-19059.4.patch) > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Labels: TODOC3.0 > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch, HIVE-19059.2.patch, > HIVE-19059.3.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Status: Open (was: Patch Available) > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Labels: TODOC3.0 > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch, HIVE-19059.2.patch, > HIVE-19059.3.patch, HIVE-19059.4.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Status: Patch Available (was: Open) > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Labels: TODOC3.0 > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch, HIVE-19059.2.patch, > HIVE-19059.3.patch, HIVE-19059.4.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Attachment: HIVE-19059.4.patch > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Labels: TODOC3.0 > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch, HIVE-19059.2.patch, > HIVE-19059.3.patch, HIVE-19059.4.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Status: Open (was: Patch Available) > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Labels: TODOC3.0 > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch, HIVE-19059.2.patch, > HIVE-19059.3.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Attachment: HIVE-19059.3.patch > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Labels: TODOC3.0 > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch, HIVE-19059.2.patch, > HIVE-19059.3.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Status: Patch Available (was: Open) > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Labels: TODOC3.0 > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch, HIVE-19059.2.patch, > HIVE-19059.3.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Labels: TODOC3.0 (was: ) > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Labels: TODOC3.0 > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch, HIVE-19059.2.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Attachment: HIVE-19059.2.patch > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch, HIVE-19059.2.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Status: Patch Available (was: Open) > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch, HIVE-19059.2.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Status: Open (was: Patch Available) > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Attachment: (was: HIVE-19059.2.patch) > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Status: Open (was: Patch Available) > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch, HIVE-19059.2.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Status: Patch Available (was: Open) > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch, HIVE-19059.2.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Attachment: HIVE-19059.2.patch > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch, HIVE-19059.2.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Attachment: HIVE-19059.1.patch > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Status: Patch Available (was: Open) > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Status: Open (was: Patch Available) > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Fix For: 3.0.0 > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Attachment: (was: HIVE-19059.1.patch) > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Fix For: 3.0.0 > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Status: Patch Available (was: Open) > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Description: Support DEFAULT keyword in INSERT e.g. {code:sql} INSERT INTO TABLE t values (DEFAULT, DEFAULT) {code} or with UPDATE {code:sql} UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 {code} was: Support DEFAULT keyword in INSERT e.g. {code:sql} INSERT INTO TABLE t values (DEFAULT, DEFAULT) UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 {code} > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > {code} > or with UPDATE > {code:sql} > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)
[jira] [Updated] (HIVE-19059) Support DEFAULT keyword with INSERT and UPDATE
[ https://issues.apache.org/jira/browse/HIVE-19059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vineet Garg updated HIVE-19059: --- Attachment: HIVE-19059.1.patch > Support DEFAULT keyword with INSERT and UPDATE > -- > > Key: HIVE-19059 > URL: https://issues.apache.org/jira/browse/HIVE-19059 > Project: Hive > Issue Type: New Feature > Components: SQL >Reporter: Vineet Garg >Assignee: Vineet Garg >Priority: Major > Fix For: 3.0.0 > > Attachments: HIVE-19059.1.patch > > > Support DEFAULT keyword in INSERT e.g. > {code:sql} > INSERT INTO TABLE t values (DEFAULT, DEFAULT) > UPDATE TABLE t SET col1=DEFAULT WHERE col2 > 4 > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)