Fix Maybereshuffle
This pull request includes changes to the expand method in the sdks/python/apache_beam/transforms/core.py file to simplify the code and remove an unnecessary inner class. The most important changes include the removal of the MaybeReshuffle inner class and the restructuring of the expand method.
Code simplification and restructuring:
sdks/python/apache_beam/transforms/core.py: Removed theMaybeReshuffleinner class and restructured theexpandmethod to directly usepcolwithReshuffleif necessary.sdks/python/apache_beam/transforms/core.py: Adjusted the return statement in theexpandmethod to simplify the pipeline construction.
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment assign set of reviewers
This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the [email protected] list. Thank you for your contributions.
This pull request has been closed due to lack of activity. If you think that is incorrect, or the pull request requires review, you can revive the PR at any time.