TheNeuralBit commented on a change in pull request #15818:
URL: https://github.com/apache/beam/pull/15818#discussion_r737846779
##########
File path: sdks/python/apache_beam/dataframe/frames.py
##########
@@ -2786,7 +2786,7 @@ def assign_randomized_weights(df, weights):
'randomized_weights',
assign_randomized_weights,
[self._expr, weights._expr],
- requires_partition_by=partitionings.Index(),
Review comment:
Ah this one actually does require partitioning by Index since it has
multiple inputs.
--
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]