nsivabalan commented on issue #17151: URL: https://github.com/apache/hudi/issues/17151#issuecomment-4800789228
This appears to be addressed on master by PR #13982 (commit `8298cf8d4010`, _fix(query): Change start commit time to be exclusive in incremental query on Spark_, merged 2025-09-26). Key changes: - `BaseHoodieTimeline#findInstantsInRangeByCompletionTime` switched from `isInClosedRange` to `isInRange` (open-closed). - Default `RangeType` for `HoodieMergeOnReadIncrementalHadoopFsRelationFactoryV2` and `HoodieCopyOnWriteIncrementalHadoopFsRelationFactoryV2` changed from `CLOSED_CLOSED` to `OPEN_CLOSED`. - `HoodieIncrSource` and many tests updated to reflect the new semantics. This matches the open-closed semantics requested here. Could the reporter confirm and close if no further work is needed under HUDI-9710? -- 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]
