rangareddy commented on issue #17307: URL: https://github.com/apache/hudi/issues/17307#issuecomment-5068350229
This issue was reviewed as part of the JIRA-migrated backlog triage. Findings: The reported behavior still exists on master. `HoodieTestSuiteJob` still creates the table itself via `HoodieTableMetaClient.newTableBuilder()...initTable(...)` (HoodieTestSuiteJob.java, ~L121-127) without setting all the relevant configs, so `hoodie.properties` is not fully populated by the job. The linked fix PR #12216 ([HUDI-8487] Stop HoodieTestSuiteJob from creating table), which removed that table-creation block, was closed without being merged (closed 2025-07-19). The change is small (about 5 additions / 16 deletions) and remains a valid rebase/rework opportunity. Keeping open. -- 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]
