rangareddy commented on issue #17015: URL: https://github.com/apache/hudi/issues/17015#issuecomment-4999116631
This issue was reviewed as part of the JIRA-migrated backlog triage. The failure occurred because testSimpleInsertAndUpdate was parameterized with HoodieFileFormat.HFILE, but the Spark write path does not support writing HFile base files: HoodieSparkFileWriterFactory.newHFileFileWriter throws 'Not support write to HFile' by design. After compaction was standardized on the FileGroupReader-based merge handle, the HFILE parameter was removed from the test's MethodSource in PR #13411 ([HUDI-8286], commit f8219428f, 2025-06-18); on master the test runs only PARQUET and no longer fails. Closing as already fixed. -- 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]
