lokeshj1703 commented on PR #8128: URL: https://github.com/apache/hudi/pull/8128#issuecomment-1486642399
`TestHoodieSparkMergeOnReadTableIncrementalRead` was failing because it used `SparkClientFunctionalTestHarness` and had disabled preseve commit metadata for compaction. But the change in PR sets it to true. The test was checking for the commit field. `TestUpdateSchemaEvolution` was failing because the create handle was using compaction preserve config to decide it metadata field is populated while writing the record. -- 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]
