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/09/15 17:29:26 UTC

[beam] branch master updated (75ee51a -> 6279815)

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 75ee51a  * [BEAM-10705] Extract and use the filename when downloading a remote wheel file (http, https) specified in --sdk_location (#12811)
     add a27e075  Use index for partitioning of elementwise operations with multiple DataFrame inputs.
     add b0f95a8  [BEAM-10873] Introduce partitioning session for stronger testing.
     add 7433760  [BEAM-10873] Use partitioinig session for tests.
     add 6279815  Merge pull request #12812 [BEAM-10873] Stronger testing of dataframe partitioning declarations.

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/dataframe/doctests.py      |  2 +-
 sdks/python/apache_beam/dataframe/expressions.py   | 48 ++++++++++++++++++++++
 sdks/python/apache_beam/dataframe/frame_base.py    | 11 ++++-
 sdks/python/apache_beam/dataframe/frames.py        | 35 ++++++++++++----
 sdks/python/apache_beam/dataframe/frames_test.py   |  7 ++++
 .../apache_beam/dataframe/pandas_doctests_test.py  | 16 ++++++--
 sdks/python/apache_beam/dataframe/partitionings.py | 17 ++++++++
 7 files changed, 123 insertions(+), 13 deletions(-)