You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2017/04/13 22:57:42 UTC

[jira] [Created] (HIVE-16443) HiveOperation doesn't have operations for Update, Delete, Merge

Eugene Koifman created HIVE-16443:
-------------------------------------

             Summary: HiveOperation doesn't have operations for Update, Delete, Merge
                 Key: HIVE-16443
                 URL: https://issues.apache.org/jira/browse/HIVE-16443
             Project: Hive
          Issue Type: Bug
          Components: Query Planning, Transactions
    Affects Versions: 1.0.0
            Reporter: Eugene Koifman
            Assignee: Eugene Koifman


ideally it should have with proper privileges specified

  SQLUPDATE("UPDATE", null, null, true, false),
  SQLDELETE("DELETE", null, null, true, false),
  SQLMERGE("MERGE", null, null, true, false);




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)