This is an automated email from the ASF dual-hosted git repository.
robertwb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 1594c5a [BEAM-9679] Add CombineFn to Core Transforms (#11883)
add a74374d [BEAM-10036] More flexible dataframes partitioning. (#11766)
No new revisions were added by this update.
Summary of changes:
sdks/python/apache_beam/dataframe/expressions.py | 58 +++++----
sdks/python/apache_beam/dataframe/frame_base.py | 4 +
sdks/python/apache_beam/dataframe/frames.py | 49 +++++--
sdks/python/apache_beam/dataframe/frames_test.py | 1 +
sdks/python/apache_beam/dataframe/partitionings.py | 141 +++++++++++++++++++++
.../apache_beam/dataframe/partitionings_test.py | 86 +++++++++++++
sdks/python/apache_beam/dataframe/transforms.py | 62 +++++----
.../apache_beam/dataframe/transforms_test.py | 5 +
8 files changed, 341 insertions(+), 65 deletions(-)
create mode 100644 sdks/python/apache_beam/dataframe/partitionings.py
create mode 100644 sdks/python/apache_beam/dataframe/partitionings_test.py