You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 21:58:24 UTC

[GitHub] [beam] kennknowles opened a new issue, #18994: datastoreio discards entity key

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

   datastoreio discards the entity key and just returns a collection of decoded entities.
   
   This might work for some use cases but often you need to know the key of the entity you're operating on, e.g. if you need to update it or store a reference to it.
   
   Maybe it should return a PCollection<*datastore.Key, T\> instead of just PCollection<T\>?
   
   Or PCollection<string, T\> using key.Encode(), since the go sdk doesn't seem to support pointers yet.
   
   Imported from Jira [BEAM-5201](https://issues.apache.org/jira/browse/BEAM-5201). Original Jira may contain additional context.
   Reported by: ribrdb.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org