linliu-code opened a new pull request, #10032: URL: https://github.com/apache/hudi/pull/10032
### Change Logs Due to the bug fixing status, we decide to use the following rules to turn on/off new_spark_file_format and file_group_reader_file_format. Rules are as follows: 1. For CDC queries, we should not use either of the two file formats. Then we keep using the existing relation. 2. For time_travel queries and bootstrap queries, we use new_spark_file_format but not use file_group_reader_file_format. 3. For Incremental queries, we use the existing relations, e.g., IncrementalRelation or MergeOnReadIncrementalRelation to handle. ### Impact Low. ### Risk level (write none, low medium or high below) Low. ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
