cshuo opened a new issue, #18284: URL: https://github.com/apache/hudi/issues/18284
### Task Description **What needs to be done:** Update `HoodieFlinkTableServiceClient#initMetadataTable()` so that `metadataWriter.performTableServices(...)` is executed only when metadata streaming write is disabled (`hoodie.metadata.streaming.write.enabled=false`). **Why this task is needed:** The current logic triggers metadata table services unconditionally during metadata table initialization. When metadata streaming write is enabled, this is unnecessary and can lead to redundant or incorrect table service execution. Guarding this call aligns behavior with streaming metadata write semantics and prevents unintended side effects. ### Task Type Code improvement/refactoring ### Related Issues **Parent feature issue:** (if applicable ) **Related issues:** NOTE: Use `Relationships` button to add parent/blocking issues after issue is created. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
