SteNicholas opened a new pull request, #8884: URL: https://github.com/apache/hudi/pull/8884
### Change Logs At present, the default value of `read.streaming.skip_clustering` is false, which could cause the situation that streaming reading reads the replaced file slices of clustering, so that streaming reading may read T-1 day data when clustering the data of T-1 day to cause duplicated data and could not restore from checkpoint. Therefore streaming read should skip clustering instants for all cases to avoid reading the replaced file slices. ### Impact Streaming read should skip clustering instants to avoid duplicated reading. ### Risk level (write none, low medium or high below) none. ### Documentation Update none. ### Contributor's checklist - [x] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [x] Change Logs and Impact were stated clearly - [x] Adequate tests were added if applicable - [x] 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]
