[ https://issues.apache.org/jira/browse/HIVE-13353?focusedWorklogId=819699&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-819699 ]
ASF GitHub Bot logged work on HIVE-13353: ----------------------------------------- Author: ASF GitHub Bot Created on: 24/Oct/22 14:03 Start Date: 24/Oct/22 14:03 Worklog Time Spent: 10m Work Description: deniskuzZ commented on code in PR #3608: URL: https://github.com/apache/hive/pull/3608#discussion_r1003354908 ########## standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/IMetaStoreClient.java: ########## @@ -4362,4 +4353,6 @@ ReplicationMetricList getReplicationMetrics(GetReplicationMetricsRequest * @throws TException */ List<WriteEventInfo> getAllWriteEventInfo(GetAllWriteEventInfoRequest request) throws TException; + ShowCompactResponse showCompactions(ShowCompactRequest request) throws TException; Review Comment: fixed Issue Time Tracking ------------------- Worklog Id: (was: 819699) Time Spent: 11h 20m (was: 11h 10m) > SHOW COMPACTIONS should support filtering options > ------------------------------------------------- > > Key: HIVE-13353 > URL: https://issues.apache.org/jira/browse/HIVE-13353 > Project: Hive > Issue Type: Improvement > Components: Transactions > Affects Versions: 1.3.0, 4.0.0 > Reporter: Eugene Koifman > Assignee: KIRTI RUGE > Priority: Major > Labels: pull-request-available > Fix For: 4.0.0 > > Attachments: HIVE-13353.01.patch > > Time Spent: 11h 20m > Remaining Estimate: 0h > > Since we now have historical information in SHOW COMPACTIONS the output can > easily become unwieldy. (e.g. 1000 partitions with 3 lines of history each) > this is a significant usability issue > Need to add ability to filter by db/table/partition > Perhaps would also be useful to filter by status -- This message was sent by Atlassian Jira (v8.20.10#820010)