thiagotnunes opened a new pull request #17023: URL: https://github.com/apache/beam/pull/17023
The backend used to throw an error if we queried at the exact end timestamp of a partition (when child records were received). Because of this, we implemented a workaround that would always query 1us (or 1ns) before the end time, so that we could get records back. This bug has been fixed, so here we remove the workaround entirely. [] Needs https://github.com/apache/beam/pull/16844 to be merged first before merging this one [] Needs testing with verification framework to validate fix before merging this one -- 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]
