Skip to content

Conversation

fhan688
Copy link
Contributor

@fhan688 fhan688 commented Sep 10, 2025

Change Logs

set ""hoodie.table.services.enabled" to false works well in hudi-spark while not effect in hudi-flink.

this PR fix this.

Impact

hudi-flink

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

low

Documentation Update

none

Contributor's checklist

@github-actions github-actions bot added the size:S PR with lines of changes in (10, 100] label Sep 10, 2025
@hudi-bot
Copy link

CI report:

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

conf.set(FlinkOptions.COMPACTION_SCHEDULE_ENABLED, false);
DataStream<RowData> pipeline = Pipelines.append(conf, rowType, dataStream);
if (OptionsResolver.areTableServicesEnabled(conf)) {
return Pipelines.dummySink(pipeline);
Copy link
Contributor

Choose a reason for hiding this comment

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

not right, if it is enabled, why the table service sub-pipeline are not there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S PR with lines of changes in (10, 100]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants