[ https://issues.apache.org/jira/browse/HIVE-26802?focusedWorklogId=834821&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-834821 ]
ASF GitHub Bot logged work on HIVE-26802: ----------------------------------------- Author: ASF GitHub Bot Created on: 20/Dec/22 15:56 Start Date: 20/Dec/22 15:56 Worklog Time Spent: 10m Work Description: SourabhBadhya commented on code in PR #3882: URL: https://github.com/apache/hive/pull/3882#discussion_r1053474839 ########## itests/qtest/src/test/java/org/apache/hadoop/hive/cli/TestMiniLlapLocalCompactorCliDriver.java: ########## @@ -0,0 +1,80 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.apache.hadoop.hive.cli; + +import org.apache.hadoop.hive.cli.control.CliAdapter; +import org.apache.hadoop.hive.cli.control.CliConfigs; +import org.apache.hadoop.hive.cli.control.SplitSupport; +import org.apache.hadoop.hive.ql.session.SessionState; +import org.apache.hadoop.hive.ql.txn.compactor.Worker; +import org.junit.*; Review Comment: Please avoid wildcard imports. Issue Time Tracking ------------------- Worklog Id: (was: 834821) Time Spent: 0.5h (was: 20m) > Create qtest running QB compaction queries > ------------------------------------------ > > Key: HIVE-26802 > URL: https://issues.apache.org/jira/browse/HIVE-26802 > Project: Hive > Issue Type: Improvement > Reporter: Zoltán Rátkai > Assignee: Zoltán Rátkai > Priority: Minor > Labels: pull-request-available > Time Spent: 0.5h > Remaining Estimate: 0h > > Create a qtest that runs the queries that query-based compaction runs. > Not so much to check for correct data but more to check the query plans, to > simplify tracing changes in compilation that might affect QB compaction. -- This message was sent by Atlassian Jira (v8.20.10#820010)