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/09/11 02:58:32 UTC

[beam] tag nightly-master updated (5705526 -> d52f545)

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 5705526  (commit)
      to d52f545  (commit)
    from 5705526  Merge pull request #12786 from danielxjd/addprojection
     add f1ce459  [BEAM-9456] Upgrade Gradle to 6.6.1 (smaller version of #12568)
     add 1db383c  Merge pull request #12776: [BEAM-9456] Upgrade Gradle to 6.6.1
     add 8a660eb  Update doc URLs for RabbitMqIO and KuduIO
     add c831522  Merge pull request #12796 from aromanenko-dev/BEAM-9916-IO-urls
     add e8bda0e  Fix data races in BCJ and RecordingManager
     add 5d81e84  Merge pull request #12797 from [BEAM-10603] Fix data races in BCJ and RecordingManager
     add 00bfdc6  Upgrade cloud spanner version to 1.59.0
     add cec6e6d  Upgrade gax_version to 1.57.1
     add 5126f18  Upgrade google_cloud_core_version and google_cloud_bigtable_client_core
     add 597f6a9  Bump gax_httpjson to 0.74.1
     add 899fa27  Bump com.google.cloud:google-cloud-core-http to 1.93.7
     add d884c5f  Revert version bump of google-cloud-core-http
     add 9eb74fb  Revert "Bump gax_httpjson to 0.74.1"
     add 41c14ba  Update bigtable-client-core to 1.14.1 (released version)
     add b419e50  Update bigtable-client-core to 1.15.0
     add 5960b77  Bump google_cloud_bigtable_client_core to 1.15.1 (local build)
     add c52d9b8  Add local maven repo
     add 17b67ae  Revert "Add local maven repo"
     add 8113ceb  Add local maven repo again
     add f9154a8  Update bigtable-client-core to 1.15.1-SNAPSHOT
     add 52cea2c  Update bigtable-client-core to 1.16.0, also update SpannerSchema to be able to parse NUMERIC type.
     add 260fe6f  Revert change of adding mavenLocal
     add 1bfd478  Fix test failure of GcpApiSurfaceTest
     add 6d26c52  Speficically call out exposed classes (instead of an entire package) in GcpApiSurfaceTest
     add 4efc91b  Revert change of SpannerSchema and will make it a separate PR.
     add a81c5a3  Add a separate blank line.
     add f1c6846  Add TODO in GcpApiSurfaceTest: TODO: remove newly-exposed clasess once spanner updates its APIs.
     add 39f37ee  Merge pull request #12695: [BEAM-8758] Google-cloud-spanner upgrade to 1.59.0 and google_cloud_bigtable_client_core to 1.16.0
     add 1463ff0  [BEAM-5757] Updates CHANGES.md for ElasticsearchIO delete function (#12775)
     add 59fd145  [BEAM-8893] Fix issues with state and multiple workers.
     add 53d6ce7  Merge pull request #12788 [BEAM-8893] Fix issues with state and multiple workers.
     add 3d647db  [BEAM-10701] Change coveralls badge to codecov (#12768)
     add b45a1b6  [BEAM-10701] Fix Python coverage reporting
     add 68e7f2e  Merge pull request #12801: [BEAM-10701] Fix Python coverage reporting
     add 27f4836  [BEAM-10762] Fix artifact staging bug in Flink/Spark uber jar runners.
     add d52f545  Merge pull request #12803 from ibzib/BEAM-10762

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |  2 +-
 CHANGES.md                                         |  1 +
 README.md                                          |  2 +-
 build.gradle                                       | 27 ++--------
 buildSrc/build.gradle                              | 24 ++++-----
 .../org/apache/beam/gradle/BeamModulePlugin.groovy | 22 ++++----
 gradle/wrapper/gradle-wrapper.properties           |  2 +-
 .../tox/py37 => runners/flink}/build.gradle        | 35 +++++--------
 runners/flink/flink_runner.gradle                  | 11 ----
 runners/flink/job-server/flink_job_server.gradle   | 12 +++--
 runners/flink/job-server/test_flink_uber_jar.sh    | 60 +++++++++++++++-------
 .../beam/runners/flink/FlinkPipelineRunner.java    | 18 ++++---
 .../jobsubmission/PortablePipelineJarUtils.java    |  6 ---
 .../beam/runners/spark/SparkPipelineRunner.java    | 18 ++++---
 .../beam/sdk/options/PortablePipelineOptions.java  | 14 -----
 .../sdk/options/PortablePipelineOptionsTest.java   |  3 --
 .../apache/beam/sdk/io/gcp/GcpApiSurfaceTest.java  |  9 ++++
 .../runners/interactive/background_caching_job.py  | 44 +++++++++++-----
 .../runners/interactive/recording_manager.py       | 21 +++++---
 .../runners/portability/fn_api_runner/fn_runner.py | 11 +++-
 .../portability/fn_api_runner/fn_runner_test.py    |  7 +--
 .../portability/fn_api_runner/translations.py      |  9 ++++
 sdks/python/scripts/run_pytest.sh                  | 11 ++--
 sdks/python/tox.ini                                |  4 +-
 settings.gradle                                    | 25 +++++++++
 website/www/site/data/io_matrix.yaml               |  4 +-
 26 files changed, 228 insertions(+), 174 deletions(-)
 copy {sdks/python/test-suites/tox/py37 => runners/flink}/build.gradle (59%)