You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2020/10/09 16:22:52 UTC

[beam] branch master updated (91bb893 -> f8c65dd)

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 91bb893  [BEAM-9196] Update testcontainers to 1.15.0-rc2 (#13031)
     add b231cfc  [BEAM-10988] Partition dataframes according to size estimates.
     add ec7c344  [BEAM-10988] Batch dataframes across partitions on the same worker.
     add f8c65dd  Merge pull request #12971 [BEAM-10988] Partition dataframes according to size estimates.

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/dataframe/partitionings.py |  26 ++--
 .../apache_beam/dataframe/partitionings_test.py    |  24 ++--
 sdks/python/apache_beam/dataframe/transforms.py    | 138 +++++++++++++++++++--
 3 files changed, 154 insertions(+), 34 deletions(-)