[
https://issues.apache.org/jira/browse/HIVE-26735?focusedWorklogId=849254&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-849254
]
ASF GitHub Bot logged work on HIVE-26735:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Mar/23 10:58
Start Date: 06/Mar/23 10:58
Worklog Time Spent: 10m
Work Description: deniskuzZ commented on code in PR #4077:
URL: https://github.com/apache/hive/pull/4077#discussion_r1126247678
##########
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:
please create a parametrized test and validate for `TXN_WRITE_X_LOCK=false`
as well
Issue Time Tracking
-------------------
Worklog Id: (was: 849254)
Time Spent: 4h (was: 3h 50m)
> 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: 4h
> Remaining Estimate: 0h
>
> Ability to sort the data during rebalancing compaction
--
This message was sent by Atlassian Jira
(v8.20.10#820010)