danthev opened a new pull request, #22175:
URL: https://github.com/apache/beam/pull/22175

   This fixes a condition where, when a RunQuery request is retried, the cursor 
inferred from the last received value is set incorrectly, potentially yielding 
no or skipping some results. This can happen due to nested field paths in the 
orderBy or when the implicit order (e.g. by __name__) is not filled correctly. 
See also #22089.
   This PR fixes both root-causes along with unit test cases for each.
   
   ------------------------
   
   [![Java 
tests](https://github.com/apache/beam/workflows/Java%20Tests/badge.svg?branch=master&event=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Java+Tests%22+branch%3Amaster+event%3Aschedule)
   
   


-- 
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]

Reply via email to