[ 
https://issues.apache.org/jira/browse/HIVE-25545?focusedWorklogId=657378&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-657378
 ]

ASF GitHub Bot logged work on HIVE-25545:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 29/Sep/21 16:28
            Start Date: 29/Sep/21 16:28
    Worklog Time Spent: 10m 
      Work Description: saihemanth-cloudera commented on a change in pull 
request #2665:
URL: https://github.com/apache/hive/pull/2665#discussion_r718691636



##########
File path: ql/src/test/queries/clientnegative/groupby_join_pushdown.q
##########
@@ -22,45 +22,45 @@ FROM src f JOIN src g ON(f.key = g.key)
 GROUP BY f.key, g.key;
 
 EXPLAIN
-SELECT  f.ctinyint, g.ctinyint, SUM(f.cbigint)              
+SELECT  f.ctinyint, g.ctinyint, SUM(f.cbigint)

Review comment:
       Ack




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 657378)
    Time Spent: 40m  (was: 0.5h)

> Add/Drop constraints events on table should create authorizable events in HS2
> -----------------------------------------------------------------------------
>
>                 Key: HIVE-25545
>                 URL: https://issues.apache.org/jira/browse/HIVE-25545
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2
>            Reporter: Sai Hemanth Gantasala
>            Assignee: Sai Hemanth Gantasala
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Alter table foo_tbl ADD constraint c1_unique UNIQUE(id1) disable novalidate;
> Alter table foo_tbl DROP constraint c1_unique;
> The above statements are currently not being authorized in Ranger/Sentry. 
> These should be authorized by creating authorizable events in Hive.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to