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 2022/04/09 04:26:31 UTC

[beam] branch nightly-refs/heads/master updated (e9afde092c1 -> 64a92d73895)

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

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


    from e9afde092c1 Merge pull request #17268: [BEAM-10529] enable nullable for kafkaIO xlang
     add 4070ea50496 Update python beam-master container image. (#17313)
     add 2db2f6e1fb3 [BEAM-14236] Parquet IO support for list to conform with Apache Parquet specification for Python SDK.
     add 5b0e92f6914 Merge pull request #17279 from Shiv22Wabale/BEAM-14236
     add a1780922bec [BEAM-13767] Remove eclipse plugin as it generates a lot of unused tasks (#17106)
     add 1a22a935683 [BEAM-11714] Change spotBugs jenkins config
     add 8f7713cb06d [BEAM-11714] Add dummy class for testing
     add e607c81efb0 [BEAM-11714] Remove dummy class used for testing
     add 1d51c8f9d24 [BEAM-11714] Spotbugs print toJenkins UI precommit_Java17
     add 6ae6f310341 Merge pull request #17273 from benWize/BEAM-11714
     add 973752b07ad Nit: correct description for precommit cron jobs.
     add f7be5ae5a47 Merge pull request #17276 from ibzib/job-description
     add 70f9820e0ce [BEAM-10708] Updated beam_sql error message (#17314)
     add 2dc2ad455d1 [BEAM-14281] add as_deterministic_coder to nullable coder (#17322)
     add e7039b64644 Cleanup docs on Shared.
     add c1c4fb3bfaf Merge pull request #17272 Cleanup docs on Shared.
     add 2d27f44f581 Improvements to Beam/Spark quickstart. (#17129)
     add 18d41d22a84 Disable BigQueryIOStorageWriteIT for Runner v2 test suite
     add 64a92d73895 Merge pull request #17325: [BEAM-14263] Disable BigQueryIOStorageWriteIT for Runner v2 test suite

No new revisions were added by this update.

Summary of changes:
 .test-infra/jenkins/PrecommitJobBuilder.groovy     |  4 +-
 .test-infra/jenkins/job_PreCommit_Java.groovy      |  6 +--
 .test-infra/jenkins/job_PreCommit_SQL.groovy       |  6 +--
 .../jenkins/job_PreCommit_SQL_Java11.groovy        |  6 +--
 .../jenkins/job_PreCommit_SQL_Java17.groovy        |  6 +--
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |  6 ---
 runners/google-cloud-dataflow-java/build.gradle    |  1 +
 sdks/python/apache_beam/coders/coders.py           |  8 +++
 sdks/python/apache_beam/coders/coders_test.py      | 16 ++++++
 sdks/python/apache_beam/io/parquetio.py            | 21 +++++++-
 sdks/python/apache_beam/io/parquetio_test.py       | 58 +++++++++++++++++++++-
 .../apache_beam/runners/dataflow/internal/names.py |  4 +-
 .../runners/interactive/sql/beam_sql_magics.py     | 14 ++++--
 .../apache_beam/runners/interactive/sql/utils.py   |  3 +-
 .../runners/interactive/sql/utils_test.py          | 11 ++++
 sdks/python/apache_beam/utils/shared.py            | 31 +++++-------
 .../www/site/content/en/get-started/from-spark.md  | 22 +++++---
 17 files changed, 162 insertions(+), 61 deletions(-)