Details
-
Sub-task
-
Status: In Progress
-
Blocker
-
Resolution: Unresolved
-
None
-
None
Description
Right now we disable the file group reader-based compaction for schema on read (see below code in HoodieCompactor). For example, this test fails if we enable the file group reader-based compaction for schema on read and remove the check `StringUtils.isNullOrEmpty(config.getInternalSchema())`: `Test alter column types`
boolean useFileGroupReaderBasedCompaction = !metaClient.isMetadataTable()
&& config.getBooleanOrDefault(HoodieReaderConfig.FILE_GROUP_READER_ENABLED)
&& compactionHandler.supportsFileGroupReader()
&& !hasBootstrapFile(operations)
&& StringUtils.isNullOrEmpty(config.getInternalSchema());
Attachments
Attachments
Issue Links
- links to