[ https://issues.apache.org/jira/browse/HIVE-24785?focusedWorklogId=552850&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-552850 ]
ASF GitHub Bot logged work on HIVE-24785: ----------------------------------------- Author: ASF GitHub Bot Created on: 16/Feb/21 08:05 Start Date: 16/Feb/21 08:05 Worklog Time Spent: 10m Work Description: pvargacl opened a new pull request #1979: URL: https://github.com/apache/hive/pull/1979 ### What changes were proposed in this pull request? Fix how HIVE_COMPACTOR_COMPACT_MM will disable compaction for insert only tables. ### Why are the changes needed? Currently if this property is disabled, compaction will be initiated for insert_only tables and fail in MR based compaction ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Current unit tests ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 552850) Remaining Estimate: 0h Time Spent: 10m > Fix HIVE_COMPACTOR_COMPACT_MM property > -------------------------------------- > > Key: HIVE-24785 > URL: https://issues.apache.org/jira/browse/HIVE-24785 > Project: Hive > Issue Type: Bug > Reporter: Peter Varga > Assignee: Peter Varga > Priority: Minor > Time Spent: 10m > Remaining Estimate: 0h > > Currently it will disable query based compaction for mm tables, but the > Worker will fall back to MR based compaction which is not implemented for mm > tables. > This property should disable compaction in the Initiator -- This message was sent by Atlassian Jira (v8.3.4#803005)