Skip to content

Conversation

@xccui
Copy link
Member

@xccui xccui commented Dec 28, 2022

Change Logs

Properly set engine type when creating MetadataWriteConfig from HoodieWriteConfig.

Impact

Won't get warning Embedded timeline server is disabled, fallback to use direct marker type for spark

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

none

Documentation Update

none

Contributor's checklist

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

@xccui xccui changed the title [MINOR] Set engine when creating meta writer config [MINOR] Set engine when creating meta write config Dec 28, 2022

// Create the write config for the metadata table by borrowing options from the main write config.
HoodieWriteConfig.Builder builder = HoodieWriteConfig.newBuilder()
.withEngineType(writeConfig.getEngineType())
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for the change! So, this warning is only shown for metadata table?

Copy link
Member Author

@xccui xccui Dec 28, 2022

Choose a reason for hiding this comment

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

Yes. It only happened when FlinkOptions.METADATA_ENABLED was set to true.

@xccui
Copy link
Member Author

xccui commented Dec 28, 2022

@hudi-bot run azure

1 similar comment
@xccui
Copy link
Member Author

xccui commented Dec 29, 2022

@hudi-bot run azure

@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

@xccui
Copy link
Member Author

xccui commented Jan 5, 2023

Hi @codope, ptal, thanks!

@danny0405 danny0405 merged commit 633fe09 into apache:master Jan 7, 2023
@xccui xccui deleted the hotfix branch January 8, 2023 07:08
nsivabalan pushed a commit to nsivabalan/hudi that referenced this pull request Mar 22, 2023
fengjian428 pushed a commit to fengjian428/hudi that referenced this pull request Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants