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 a08abb6 (commit)
to 24df2d4 (commit)
from a08abb6 Merge pull request #14747: [BEAM-12250] Increase Dataflow
ValidatesRunner timeouts
add efc2d75 [BEAM-11841] Optimize byte size calculation of lazy iterables
(#14610)
add b379644 [BEAM-11271] WgetDataset instead of getTable for query
location inference
add 8a62265 Merge pull request #14395 from [BEAM-11271] getDataset
instead of getTable for query location infer…
add 1a35e7f [BEAM-9920][BEAM-11418] Go Xlang artifact staging to GCP w/
Dataflow (#14748)
add 36872c4 Fix silent failures in Python SDK worker if pickled main
session is empty. (#14706)
add 69574c7 [BEAM-12258] Filter lists so testSQLLimit doesn't fail to
parse "[]" (#14756)
add 23fed72 [BEAM-12250] Double Py Dataflow VR timeouts (#14754)
add 1428401 [BEAM-8888] Improve handling of unknown types in CalciteUtils.
add 24df2d4 Merge pull request #14761 from ibzib/BEAM-8888
No new revisions were added by this update.
Summary of changes:
...stCommit_Python_ValidatesRunner_Dataflow.groovy | 2 +-
...ommit_Python_ValidatesRunner_Dataflow_V2.groovy | 2 +-
sdks/go/pkg/beam/core/runtime/xlangx/resolve.go | 70 +++++++++++--
sdks/go/pkg/beam/runners/dataflow/dataflow.go | 19 ++--
.../pkg/beam/runners/dataflow/dataflowlib/job.go | 10 ++
.../pkg/beam/runners/dataflow/dataflowlib/stage.go | 27 +++++
sdks/go/pkg/beam/runners/universal/universal.go | 6 +-
sdks/go/test/integration/integration.go | 6 --
.../extensions/sql/impl/utils/CalciteUtils.java | 44 ++++++---
.../sql/impl/utils/CalciteUtilsTest.java | 12 +++
.../provider/pubsub/PubsubTableProviderIT.java | 11 +++
.../harness/data/PCollectionConsumerRegistry.java | 41 ++++----
.../data/PCollectionConsumerRegistryTest.java | 110 +++++++++++++++++++++
.../sdk/io/gcp/bigquery/BigQueryQueryHelper.java | 5 +-
.../apache_beam/runners/worker/sdk_worker_main.py | 22 +++++
15 files changed, 328 insertions(+), 59 deletions(-)