Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HUDI-7022] RunClusteringProcedure support limit parameter #9975

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

Askwang
Copy link
Contributor

@Askwang Askwang commented Nov 2, 2023

Change Logs

Since clustering plan generation is non-blocking, all generated pending clustering plans will be executed at once when using call run_clustering(table => '$table', op => 'execute') in default. Adding limit parameter to execute these plans in batches by call run_clustering(table => '$table', op => 'execute', limit => 10). Limit parameter is optional and has no default value.

Impact

Support new parameter.

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

low

Documentation Update

Describe any necessary documentation update if there is any new feature, config, or user-facing change

  • The config description must be updated if new configs are added or the default value of the configs are changed
  • Any new feature or user-facing change requires updating the Hudi website. Please create a Jira ticket, attach the
    ticket number here and follow the instruction to make
    changes to the website.

Contributor's checklist

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

@danny0405
Copy link
Contributor

@ksmou Can you rebase with the latest master to fix the test falures?

@danny0405 danny0405 added spark Issues related to spark table-service usability labels Nov 3, 2023
@hudi-bot
Copy link

hudi-bot commented Nov 3, 2023

CI report:

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

Copy link
Contributor

@danny0405 danny0405 left a comment

Choose a reason for hiding this comment

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

+1

@danny0405 danny0405 merged commit e1a74fc into apache:master Nov 3, 2023
28 checks passed
@danny0405
Copy link
Contributor

@ksmou Can you update the website to reflect with the new parameter?

@Askwang
Copy link
Contributor Author

Askwang commented Nov 3, 2023

@ksmou Can you update the website to reflect with the new parameter?

okay. I update it later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spark Issues related to spark table-service usability
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants