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 19:57:45 UTC

[GitHub] [beam] damccorm opened a new issue, #20856: Support arithmetic operations between DeferredScalars

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

   Currently you can perform arithmetic operations between deferred scalars and deferred frames (e.g. s.mean()*s), but you can't do arithmetic between two deferred scalars (e.g. s.sum()/s.count()). Because DeferredScalar doesn't have any implementations for arithmetic ops.
   
   Imported from Jira [BEAM-11950](https://issues.apache.org/jira/browse/BEAM-11950). Original Jira may contain additional context.
   Reported by: bhulette.


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


[GitHub] [beam] TheNeuralBit closed issue #20856: Support arithmetic operations between DeferredScalars

Posted by GitBox <gi...@apache.org>.
TheNeuralBit closed issue #20856: Support arithmetic operations between DeferredScalars
URL: https://github.com/apache/beam/issues/20856


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

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


[GitHub] [beam] TheNeuralBit commented on issue #20856: Support arithmetic operations between DeferredScalars

Posted by GitBox <gi...@apache.org>.
TheNeuralBit commented on issue #20856:
URL: https://github.com/apache/beam/issues/20856#issuecomment-1176528819

   @robertwb closed this in https://github.com/apache/beam/pull/17500


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

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