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/04 18:07:02 UTC

[GitHub] [beam] damccorm opened a new issue, #20536: Coder is not verified as deterministic in ApproximateUnique.java

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

   Calling input.getCoder() does not verify that the coder is deterministic. A possible example where this could present a problem is if the user's data is float, as the float coder is not deterministic [1].
   
   [1] https://github.com/apache/beam/blob/4d7df122ca053828bd2c7dffa9f390ba2bd8678e/sdks/java/core/src/main/java/org/apache/beam/sdk/coders/FloatCoder.java#L70
   
   Imported from Jira [BEAM-10922](https://issues.apache.org/jira/browse/BEAM-10922). Original Jira may contain additional context.
   Reported by: monicadsong.


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