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 47d3326 (commit)
to b74fcf7 (commit)
from 47d3326 Merge pull request #13750 from [BEAM-11325] Kafka Dynamic Read
add 5ea504d [BEAM-11715] Partial revert of "Combiner packing in Dataflow"
(#13763) (#13884)
add 3261fe3 [BEAM-10961] Enable strict dependency checking for
sdks/java/io/snowflake (#13800)
add 623f06d [BEAM-11723] Avoid eliminate_common_key_with_none without
combiner packing.
add f9707b1 Merge pull request #13904: [BEAM-11723] Avoid
eliminate_common_key_with_none without combiner packing.
add 94c2739 Renamed build.gradle to build.gradle.kts
add 45a6868 Migrated build.gradle file to Kotlin script.
add d483d3a Updated autolabeler.yml
add 52d0bd9 Merge pull request #13888 from akvelon/gradle_to_kotlin
add 25b4090 [BEAM-11045] Advance chrome version for screen diff
integration test 1. Advanced chromedriver-binary version to current stable
chrome browser version 88. 2. Updated the golden screenshots to new ones.
Screenshot size in this version of chrome browser is now back to the
viewport size.
add 2151954 Merge pull request #13905 from KevinGG/BEAM-11045
add b74fcf7 [BEAM-11731][BEAM-10582] Allow pyarrow<4,numpy<1.21.0,
improve pyarrow verification (#13892)
No new revisions were added by this update.
Summary of changes:
.github/autolabeler.yml | 2 +-
build.gradle | 393 --------------------
build.gradle.kts | 399 +++++++++++++++++++++
sdks/java/io/snowflake/build.gradle | 5 +-
.../io/snowflake/expansion-service/build.gradle | 4 +-
sdks/python/apache_beam/coders/row_coder_test.py | 6 +-
sdks/python/apache_beam/dataframe/io_test.py | 19 +-
sdks/python/apache_beam/dataframe/schemas.py | 8 +-
sdks/python/apache_beam/dataframe/schemas_test.py | 4 +-
sdks/python/apache_beam/io/parquetio_test.py | 2 +
.../runners/dataflow/dataflow_runner.py | 103 +++---
.../runners/dataflow/dataflow_runner_test.py | 1 +
.../runners/dataflow/ptransform_overrides.py | 27 --
.../Darwin/7a35f487b2a5f3a9b9852a8659eeb4bd.png | Bin 746483 -> 731926 bytes
.../Linux/7a35f487b2a5f3a9b9852a8659eeb4bd.png | Bin 703677 -> 704323 bytes
.../runners/portability/fn_api_runner/fn_runner.py | 2 +-
.../portability/fn_api_runner/translations_test.py | 1 +
.../runners/portability/portable_runner.py | 5 +-
.../apache_beam/testing/synthetic_pipeline_test.py | 9 +-
sdks/python/pytest.ini | 2 +
sdks/python/setup.py | 7 +-
sdks/python/test-suites/tox/common.gradle | 3 +-
sdks/python/test-suites/tox/py38/build.gradle | 2 +
sdks/python/tox.ini | 15 +-
24 files changed, 511 insertions(+), 508 deletions(-)
delete mode 100644 build.gradle
create mode 100644 build.gradle.kts