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 2021/08/28 03:21:21 UTC

[beam] tag nightly-master updated (6baa745 -> cbb363f)

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 6baa745  (commit)
      to cbb363f  (commit)
    from 6baa745  Merge pull request #15404: [GoSDK Infra] Bugfix: Parallelism ignored when using endpoint flag.
     add 81fe195  [BEAM-12751] Set clientRequestId for Dataflow python job creation
     add cbbebcd  Merge pull request #15335 from [BEAM-12751] Set clientRequestId for Dataflow python job creation
     add 41d515d  [BEAM-12270] TPC-DS: Add schema projection for Parquet source
     add 50d8a85  Merge pull request #15361: [BEAM-12270] TPC-DS: Add schema projection for Parquet source
     add 92b9977  [BEAM-12810] Reverting PR-15185 (#15402)
     add bc34aef  [BEAM-12706] Bump Apache Arrow to 5.0.0
     add e1e2835  [BEAM-12706] Bump Apache Arrow to 5.0.0
     add cbb363f  [BEAM-12706] Bump Apache Arrow to 5.0.0

No new revisions were added by this update.

Summary of changes:
 .../org/apache/beam/gradle/BeamModulePlugin.groovy |   2 +-
 sdks/java/extensions/arrow/build.gradle            |   2 -
 .../org/apache/beam/sdk/tpcds/QueryReader.java     |  20 ++
 .../apache/beam/sdk/tpcds/SqlTransformRunner.java  |  72 ++++-
 .../org/apache/beam/sdk/tpcds/QueryReaderTest.java |  28 ++
 sdks/python/apache_beam/io/gcp/bigquery.py         | 340 +--------------------
 .../apache_beam/io/gcp/bigquery_read_it_test.py    | 159 ----------
 .../runners/dataflow/internal/apiclient.py         |  28 ++
 .../runners/dataflow/internal/apiclient_test.py    |  80 +++++
 sdks/python/setup.py                               |  31 +-
 10 files changed, 246 insertions(+), 516 deletions(-)