[
https://issues.apache.org/jira/browse/HIVE-26580?focusedWorklogId=825649&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-825649
]
ASF GitHub Bot logged work on HIVE-26580:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Nov/22 07:57
Start Date: 14/Nov/22 07:57
Worklog Time Spent: 10m
Work Description: rkirtir commented on code in PR #3708:
URL: https://github.com/apache/hive/pull/3708#discussion_r1021171760
##########
ql/src/java/org/apache/hadoop/hive/ql/io/AcidUtils.java:
##########
@@ -3438,4 +3452,14 @@ public static CompactionState
compactionStateStr2Enum(String inputValue) throws
throw new SemanticException("Unexpected compaction state " + inputValue);
}
}
+
+ public static CompactionColumn compactionColStr2Enum(String inputValue)
throws SemanticException {
Review Comment:
removed. Fixed
Issue Time Tracking
-------------------
Worklog Id: (was: 825649)
Time Spent: 6.5h (was: 6h 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: 6.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)