damccorm commented on code in PR #38215:
URL: https://github.com/apache/beam/pull/38215#discussion_r3292854194
##########
sdks/python/apache_beam/ml/anomaly/transforms.py:
##########
@@ -400,7 +400,6 @@ def expand(
ret = (
input
- | beam.Reshuffle()
Review Comment:
Btw, if you make functional changes (not just benchmark changes) please
clearly call that out in a comment or the description. I don't think we want
this change though
##########
sdks/python/apache_beam/ml/anomaly/transforms.py:
##########
@@ -400,7 +400,6 @@ def expand(
ret = (
input
- | beam.Reshuffle()
Review Comment:
Why are we removing this?
--
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]