[ https://issues.apache.org/jira/browse/HIVE-27203?focusedWorklogId=854434&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-854434 ]
ASF GitHub Bot logged work on HIVE-27203: ----------------------------------------- Author: ASF GitHub Bot Created on: 03/Apr/23 07:57 Start Date: 03/Apr/23 07:57 Worklog Time Spent: 10m Work Description: akshat0395 commented on code in PR #4181: URL: https://github.com/apache/hive/pull/4181#discussion_r1155606740 ########## ql/src/test/queries/clientpositive/compaction_query_based_insert_only_partitioned_clustered.q: ########## Review Comment: Thanks for the comment @rkirtir, These test individually and the reason for having Major and minor in separate tests is to test these compaction in isolation for different scenarios. This patterns has been followed in other compaction related qtests as well. Here are some ref that follows the same pattern: 1. ql/src/test/queries/clientpositive/compaction_query_based.q 2. ql/src/test/queries/clientpositive/compaction_query_based_clustered.q 3. ql/src/test/queries/clientpositive/compaction_query_based_clustered_minor.q 4. ql/src/test/queries/clientpositive/compaction_query_based_insert_only.q 5. ql/src/test/queries/clientpositive/compaction_query_based_insert_only_minor.q 6. ql/src/test/queries/clientpositive/compaction_query_based_minor.q Issue Time Tracking ------------------- Worklog Id: (was: 854434) Time Spent: 40m (was: 0.5h) > Add compaction pending Qtest for Insert-only, Partitioned, Clustered ACID, > and combination Tables > -------------------------------------------------------------------------------------------------- > > Key: HIVE-27203 > URL: https://issues.apache.org/jira/browse/HIVE-27203 > Project: Hive > Issue Type: Test > Reporter: Akshat Mathur > Assignee: Akshat Mathur > Priority: Major > Labels: pull-request-available > Time Spent: 40m > Remaining Estimate: 0h > > Improve Qtest Coverage for Compaction use cases for ACID Tables: > # Partitioned Tables( Major & Minor ) > # Insert-Only Clustered( Major & Minor ) > # Insert-Only Partitioned( Major & Minor ) > # Insert-Only Clustered and Partitioned( Major & Minor ) -- This message was sent by Atlassian Jira (v8.20.10#820010)