Marta Kuczora created HIVE-27956:
------------------------------------
Summary: Query based compactor implementation separation
Key: HIVE-27956
URL: https://issues.apache.org/jira/browse/HIVE-27956
Project: Hive
Issue Type: Improvement
Reporter: Marta Kuczora
Assignee: Marta Kuczora
Currently all Query based compactors are based on the CompactionQueryBuilder
class, where the query generation for each implementation is mixed altogether.
This can lead to issues when changing the query as the changes may affect
multiple compactors. Query generation should moved inside the query compactors,
and this class should be a Utility/Helper class to provide common features.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)