[
https://issues.apache.org/jira/browse/HUDI-8634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Y Ethan Guo updated HUDI-8634:
------------------------------
Description:
Right now we disableĀ
{code:java}
boolean useFileGroupReaderBasedCompaction = !metaClient.isMetadataTable()
&& config.getBooleanOrDefault(HoodieReaderConfig.FILE_GROUP_READER_ENABLED)
&& compactionHandler.supportsFileGroupReader()
&& !hasBootstrapFile(operations)
&& StringUtils.isNullOrEmpty(config.getInternalSchema()); {code}
> Support schema on read in file group reader-based compaction
> ------------------------------------------------------------
>
> Key: HUDI-8634
> URL: https://issues.apache.org/jira/browse/HUDI-8634
> Project: Apache Hudi
> Issue Type: Improvement
> Reporter: Y Ethan Guo
> Priority: Major
>
> Right now we disableĀ
> {code:java}
> boolean useFileGroupReaderBasedCompaction = !metaClient.isMetadataTable()
> &&
> config.getBooleanOrDefault(HoodieReaderConfig.FILE_GROUP_READER_ENABLED)
> && compactionHandler.supportsFileGroupReader()
> && !hasBootstrapFile(operations)
> && StringUtils.isNullOrEmpty(config.getInternalSchema()); {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)