sekky0905 opened a new issue, #25977: URL: https://github.com/apache/beam/issues/25977
### What would you like to happen? I would like to enhance the functionality of [Go's datastoreio packege](https://pkg.go.dev/github.com/apache/beam/sdks/go/pkg/beam/io/datastoreio). In Python, there are flexible queries to the Datastore, as well as writing and deleting capabilities. https://beam.apache.org/releases/pydoc/2.13.0/apache_beam.io.gcp.datastore.v1new.datastoreio.html However, in Go's package, there is only Read, which reads all rows of a kind, and BoundedQuery, which performs queries within a key range. https://pkg.go.dev/github.com/apache/beam/sdks/go/pkg/beam/io/datastoreio I would like to have the ability to perform flexible queries and write and delete operations in Go, just like in Python. ### Issue Priority Priority: 3 (nice-to-have improvement) ### Issue Components - [ ] Component: Python SDK - [ ] Component: Java SDK - [X] Component: Go SDK - [ ] Component: Typescript SDK - [ ] Component: IO connector - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- 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]
