Skip to content

Conversation

@nsivabalan
Copy link
Contributor

Change Logs

We introduced a new way to scan log blocks in LogRecordReader and have named it as "hoodie.log.record.reader.use.scanV2". Fixing the config name to be elegant: "hoodie.optimized.log.blocks.scan.enable". Metadata config also has an entry for the same. So, fixing that as well.

Impact

Good/Understandable config names.

Risk level (write none, low medium or high below)

no.

Documentation Update

Config docs will automatically be generated during release.

Contributor's checklist

  • Read through contributor's guide
  • Change Logs and Impact were stated clearly
  • Adequate tests were added if applicable
  • CI passed

@nsivabalan nsivabalan added the priority:blocker Production down; release blocker label Jan 27, 2023
@nsivabalan
Copy link
Contributor Author

@hudi-bot run azure

@nsivabalan nsivabalan force-pushed the logRecordReaderConfigNameFix branch from ebcae89 to 27109ab Compare January 28, 2023 06:10
@danny0405 danny0405 self-assigned this Jan 28, 2023
.withRecordMerger(HoodieRecordUtils.loadRecordMerger(HoodieAvroRecordMerger.class.getName()))
.withUseScanV2(Boolean.parseBoolean(HoodieCompactionConfig.USE_LOG_RECORD_READER_SCAN_V2.defaultValue()))
.withEnableOptimizedLogBlocksScan(Boolean.parseBoolean(HoodieCompactionConfig.ENABLE_OPTIMIZED_LOG_BLOCKS_SCAN.defaultValue()))
.build();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix the indention.

@nsivabalan nsivabalan force-pushed the logRecordReaderConfigNameFix branch from 1ca4c0e to a950598 Compare January 28, 2023 21:08
@hudi-bot
Copy link
Collaborator

CI report:

Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

@nsivabalan
Copy link
Contributor Author

CI failed due to known flaky tests.

1 similar comment
@nsivabalan
Copy link
Contributor Author

CI failed due to known flaky tests.

@nsivabalan nsivabalan merged commit 3979848 into apache:master Jan 29, 2023
yihua pushed a commit that referenced this pull request Jan 30, 2023
We introduced a new way to scan log blocks in LogRecordReader and have named it as "hoodie.log.record.reader.use.scanV2". Fixing the config name to be elegant: "hoodie.optimized.log.blocks.scan.enable". Fixing the corresponding Metadata config as well.
fengjian428 pushed a commit to fengjian428/hudi that referenced this pull request Jan 31, 2023
We introduced a new way to scan log blocks in LogRecordReader and have named it as "hoodie.log.record.reader.use.scanV2". Fixing the config name to be elegant: "hoodie.optimized.log.blocks.scan.enable". Fixing the corresponding Metadata config as well.
fengjian428 pushed a commit to fengjian428/hudi that referenced this pull request Apr 5, 2023
We introduced a new way to scan log blocks in LogRecordReader and have named it as "hoodie.log.record.reader.use.scanV2". Fixing the config name to be elegant: "hoodie.optimized.log.blocks.scan.enable". Fixing the corresponding Metadata config as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority:blocker Production down; release blocker

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants