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

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

                Author: ASF GitHub Bot
            Created on: 16/Nov/22 08:40
            Start Date: 16/Nov/22 08:40
    Worklog Time Spent: 10m 
      Work Description: deniskuzZ commented on code in PR #3708:
URL: https://github.com/apache/hive/pull/3708#discussion_r1023682497


##########
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/txn/compactor/CompactionPoolOnTezTest.java:
##########
@@ -138,8 +138,8 @@ public void testShowCompactionsContainsPoolName() throws 
Exception {
     List results = new ArrayList();
     driver.getResults(results);
     Assert.assertEquals(3, results.size());
-    
Assert.assertEquals("CompactionId\tDatabase\tTable\tPartition\tType\tState\tWorker
 host\tWorker\tEnqueue Time\tStart Time\tDuration(ms)" +
-       "\tHadoopJobId\tError message\tInitiator host\tInitiator\tPool 
name\tTxnId\tNext TxnId\tCommit Time\tHighest WriteID", results.get(0));
+    Assert.assertEquals("Id\tDatabase\tTable\tPartition\tType\tState\tWorker 
host\tWorker\tEnqueue Time\tStart Time\tDuration(ms)" +

Review Comment:
   sorry, Kirti, probably i didn't elaborate well and was lacking some context. 
We shouldn't change the existing headers except the Id. Also, we should update 
'Highest WriteID' to camel-case 'Highest WriteId'. 
   For those columns where we can't apply default CC+value approach we should 
have a mapping logic (i.e. HadoopJobId -> CC_HADOOP_JOB_ID).





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

    Worklog Id:     (was: 826452)
    Time Spent: 10.5h  (was: 10h 20m)

> SHOW COMPACTIONS should support ordering and limiting functionality in 
> filtering options
> ----------------------------------------------------------------------------------------
>
>                 Key: HIVE-26580
>                 URL: https://issues.apache.org/jira/browse/HIVE-26580
>             Project: Hive
>          Issue Type: Improvement
>    Affects Versions: 3.0.0
>            Reporter: KIRTI RUGE
>            Assignee: KIRTI RUGE
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10.5h
>  Remaining Estimate: 0h
>
> SHOW COMPACTION should provide ordering by defied table . It should also 
> support limitation of fetched records



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to