[
https://issues.apache.org/jira/browse/HIVE-7802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14147546#comment-14147546
]
Lefty Leverenz commented on HIVE-7802:
--------------------------------------
[~alangates], the last example for INSERT...VALUES specifies a partition column
without a value:
{{INSERT INTO TABLE pageviews PARTITION (datestamp) VALUES}}
but the syntax doesn't seem to allow that:
{{INSERT INTO TABLE tablename \[PARTITION (partcol1=val1, partcol2=val2 ...)\]
VALUES ...}}
Also, Fred and Barney had better start taking Mickey Mouse courses.
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DML#LanguageManualDML-InsertingintotablesfromSQL
> Update language manual for insert, update, and delete
> -----------------------------------------------------
>
> Key: HIVE-7802
> URL: https://issues.apache.org/jira/browse/HIVE-7802
> Project: Hive
> Issue Type: Sub-task
> Components: Documentation
> Reporter: Alan Gates
> Assignee: Alan Gates
> Labels: TODOC14
>
> With the addition of ACID compliant insert, insert...values, update, and
> delete we need to update the Hive language manual to cover the new features.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)