TheR1sing3un opened a new pull request, #12679: URL: https://github.com/apache/hudi/pull/12679
When performs incremental read with invalid instant range or missing end instant, there will be a failure like that: <img width="914" alt="image" src="https://github.com/user-attachments/assets/2775d7dd-4177-4b5c-8e7f-0ebd4187f6c5" /> <img width="882" alt="image" src="https://github.com/user-attachments/assets/2263e6d5-30d0-41a3-a172-2110145f42e2" /> You can produce this failure by `set hoodie.file.group.reader.enabled = false` and then run ut: `org.apache.hudi.functional.TestCOWDataSourceStorage` ### Change Logs 1. fix incremental read with invalid/missing end instant _Describe context and summary for this change. Highlight if any code was copied._ ### Impact none ### Risk level (write none, low medium or high below) low ### 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]
