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

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

                Author: ASF GitHub Bot
            Created on: 06/Mar/23 14:36
            Start Date: 06/Mar/23 14:36
    Worklog Time Spent: 10m 
      Work Description: veghlaci05 commented on code in PR #4077:
URL: https://github.com/apache/hive/pull/4077#discussion_r1126507909


##########
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/txn/compactor/TestCrudCompactorOnTez.java:
##########
@@ -87,6 +90,262 @@
 @SuppressWarnings("deprecation")
 public class TestCrudCompactorOnTez extends CompactorOnTezTest {
 
+
+  @Test
+  public void testRebalanceCompactionWithParallelDelete() throws Exception {
+    conf.setBoolVar(HiveConf.ConfVars.COMPACTOR_CRUD_QUERY_BASED, true);
+    conf.setBoolVar(HiveConf.ConfVars.HIVE_COMPACTOR_GATHER_STATS, false);
+    conf.setBoolVar(HiveConf.ConfVars.HIVESTATSAUTOGATHER, false);
+

Review Comment:
   @ParametrizedTest requires the org.junit.jupiter dependencies, which are 
currently not used in hive-it-unit module. I tried to add them but in that case 
a lot of tests stopped working, so it would need more effort to make it work. 
So I ended up having two test methods calling a private method with different 
parameters.





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

    Worklog Id:     (was: 849300)
    Time Spent: 5h 10m  (was: 5h)

> Ability to sort the data during rebalancing compaction
> ------------------------------------------------------
>
>                 Key: HIVE-26735
>                 URL: https://issues.apache.org/jira/browse/HIVE-26735
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: László Végh
>            Assignee: László Végh
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 5h 10m
>  Remaining Estimate: 0h
>
> Ability to sort the data during rebalancing compaction



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

Reply via email to