You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2020/12/04 03:49:53 UTC

[beam] tag nightly-master updated (00baa42 -> ecced96)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/beam.git.


*** WARNING: tag nightly-master was modified! ***

    from 00baa42  (commit)
      to ecced96  (commit)
    from 00baa42  [BEAM-10986] Update shadow jar plugin. (#13453)
     add d98a15a  Remove inappropriate assumptions about repo from linkage check script
     add d70dd01  Merge pull request #13342: [BEAM-11260][BEAM-11261] Remove inappropriate assumptions about repo from linkage check script
     add df6184f  make checkstyle suppression filepath absolute
     add e90890b  Merge pull request #13466: Make checkstyle suppression filepath absolute
     add 42df977  creates :sdks:java:extensions:ml:integrationTest target, run in java PostCommit
     add 0a4bdb1  Merge pull request #13444: [BEAM-11363] Create `:sdks:java:extensions:ml:integrationTest` target, run in Java PostCommit
     add f551c81  Fix popen() typo
     add 38982ae  Add missing equal signs to example in comment
     add 5e132c7  Merge pull request #13465 from hacosta/nits
     add bcea54f  [BEAM-11361] Dynamic splitting of SDF IOs. (#13443)
     add 8ab1955  [BEAM-11355] Fix topological ordering of pipeline_from_stages after sort_stages (#13432)
     add e4f9054  Use EventRecorder instead of relying on class var.
     add 46ac3bc  Merge pull request #13478 from [BEAM-11070]Use EventRecorder instead of relying on class var.
     add e0adbfa  [BEAM-11392] SideInputHandlerTest: inline trivial test setup for clarity (#13473)
     add 901d5e7  Add the ToStringFn to the Python SDK
     add 009b5e6  Merge pull request #13262 [BEAM-11151] Adds the ToStringFn Bundle Processor to Python
     add da77c35  Merge pull request #13215 [BEAM-11151] Adds the ToStringFnRunner to Java
     add 413fbc0  BEAM-11224 : Apache Hop listing on the 'Powered By Beam' page
     add ecced96  Merge pull request #13383 from mattcasters/master

No new revisions were added by this update.

Summary of changes:
 build.gradle                                       |   1 +
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |   2 +-
 .../core/construction/PTransformTranslation.java   |   1 +
 .../beam/runners/core/SideInputHandlerTest.java    | 118 ++++++++++-------
 sdks/java/build-tools/beam-linkage-check.sh        |  80 +++++++-----
 sdks/java/extensions/ml/build.gradle               |  33 ++++-
 .../apache/beam/fn/harness/ToStringFnRunner.java   |  66 ++++++++++
 ...FnRunnerTest.java => ToStringFnRunnerTest.java} |  54 ++++----
 sdks/python/apache_beam/dataframe/io.py            | 143 ++++++++++++++++++++-
 sdks/python/apache_beam/dataframe/io_test.py       |  41 ++++++
 sdks/python/apache_beam/io/restriction_trackers.py |  17 +++
 .../runners/portability/flink_runner_test.py       |   2 +-
 .../portability/fn_api_runner/fn_runner_test.py    |  59 +++++++--
 .../portability/fn_api_runner/translations.py      |   8 +-
 .../portability/fn_api_runner/translations_test.py |  31 +++++
 .../portability/fn_api_runner/worker_handlers.py   |   2 +-
 .../runners/portability/spark_runner_test.py       |   2 +-
 .../apache_beam/runners/worker/bundle_processor.py |  17 +++
 .../www/site/content/en/community/powered-by.md    |   2 +
 19 files changed, 546 insertions(+), 133 deletions(-)
 create mode 100644 sdks/java/harness/src/main/java/org/apache/beam/fn/harness/ToStringFnRunner.java
 copy sdks/java/harness/src/test/java/org/apache/beam/fn/harness/{WindowMappingFnRunnerTest.java => ToStringFnRunnerTest.java} (54%)