[
https://issues.apache.org/jira/browse/HIVE-25621?focusedWorklogId=802679&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-802679
]
ASF GitHub Bot logged work on HIVE-25621:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Aug/22 02:24
Start Date: 23/Aug/22 02:24
Worklog Time Spent: 10m
Work Description: dengzhhu653 commented on code in PR #2731:
URL: https://github.com/apache/hive/pull/2731#discussion_r952090258
##########
ql/src/test/results/clientpositive/llap/acid_insert_overwrite_update.q.out:
##########
@@ -243,16 +247,28 @@ POSTHOOK: Input: default@orc_test_txn@year=2018
LOOKS OKAY
PREHOOK: query: alter table orc_test_txn partition(year='2016') compact 'major'
PREHOOK: type: ALTERTABLE_COMPACT
+PREHOOK: Input: default@orc_test_txn
+PREHOOK: Output: default@orc_test_txn
POSTHOOK: query: alter table orc_test_txn partition(year='2016') compact
'major'
POSTHOOK: type: ALTERTABLE_COMPACT
+POSTHOOK: Input: default@orc_test_txn
+POSTHOOK: Output: default@orc_test_txn
PREHOOK: query: alter table orc_test_txn partition(year='2017') compact 'major'
PREHOOK: type: ALTERTABLE_COMPACT
+PREHOOK: Input: default@orc_test_txn
+PREHOOK: Output: default@orc_test_txn
POSTHOOK: query: alter table orc_test_txn partition(year='2017') compact
'major'
POSTHOOK: type: ALTERTABLE_COMPACT
+POSTHOOK: Input: default@orc_test_txn
+POSTHOOK: Output: default@orc_test_txn
PREHOOK: query: alter table orc_test_txn partition(year='2018') compact 'major'
PREHOOK: type: ALTERTABLE_COMPACT
+PREHOOK: Input: default@orc_test_txn
Review Comment:
why does partition 'year=2018' not present in the Input/Output?
Issue Time Tracking
-------------------
Worklog Id: (was: 802679)
Time Spent: 2h 10m (was: 2h)
> Alter table partition compact/concatenate commands should send
> HivePrivilegeObjects for Authz
> ---------------------------------------------------------------------------------------------
>
> Key: HIVE-25621
> URL: https://issues.apache.org/jira/browse/HIVE-25621
> Project: Hive
> Issue Type: Bug
> Affects Versions: 4.0.0
> Reporter: Sai Hemanth Gantasala
> Assignee: Sai Hemanth Gantasala
> Priority: Major
> Labels: pull-request-available
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> # Run the following queriesÂ
> Create table temp(c0 int) partitioned by (c1 int);
> Insert into temp values(1,1);
> ALTER TABLE temp PARTITION (c1=1) COMPACT 'minor';
> ALTER TABLE temp PARTITION (c1=1) CONCATENATE;
> Insert into temp values(1,1);
> # The above compact/concatenate commands are currently not sending any hive
> privilege objects for authorization. Hive needs to send these objects to
> avoid malicious users doing any operation.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)