Vineet Garg created HIVE-19059:
----------------------------------

             Summary: 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
             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)

Reply via email to