We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproduction Steps:
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.
Priority: 2
Component: io-java-gcp
The text was updated successfully, but these errors were encountered:
Fixed by #22175
Sorry, something went wrong.
No branches or pull requests
What happened?
Reproduction Steps:
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
The text was updated successfully, but these errors were encountered: