alexbeltran opened a new issue, #22089:
URL: https://github.com/apache/beam/issues/22089

   ### What happened?
   
   Reproduction Steps:
   1. Have a sufficiently large RunQuery that times out
   2. Run query
   3. The Connector terminates after timeout but returns a success.
   
   This is likely due to, 
https://github.com/apache/beam/blob/master/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/firestore/FirestoreV1ReadFn.java#L426
 which uses a last received value to get a start point. There is no error check 
so the last received value may be empty. From there an empty cursor is created.
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: io-java-gcp


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