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 ecced96 (commit)
to 30f9a60 (commit)
from ecced96 Merge pull request #13383 from mattcasters/master
add fa0ddc6 [BEAM-11386] Fail BQ STREAMING_INSERTS with SchemaUpdateOptions
add dd0cbec Fix condition and test
add cb9212c Merge pull request #13468 from [BEAM-11386] Fail BQ STREAMING_INSERTS with
SchemaUpdateOptions
add fba7f5a Update Go SDK wordcount-example.md - missing parens (#13394)
add 73752cf Store last error status per stream to improve debugging
add 07caf33 Merge pull request #13271 from scwhittle/dataflow_debug
add edc087e [BEAM-11312] Log cloud build url and enable kaniko cache in sdk_container_builder
add 44a2ac5 [BEAM-10475] Add typehints for ShardedKeyCoder (#13474)
add 60fe232 [BEAM-10891] Standardized developer build environment using Docker (#13308)
add 30f9a60 [BEAM-11383] Add runtime normalization for sdk.properties. (#13464)
No new revisions were added by this update.
Summary of changes:
build.gradle | 11 +-
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 8 +-
dev-support/docker/Dockerfile | 117 ++++++++++++++++++
dev-support/docker/bashcolors.sh | 91 ++++++++++++++
dev-support/docker/beam_env_checks.sh | 121 +++++++++++++++++++
.../worker/windmill/GrpcWindmillServer.java | 14 ++-
.../java/org/apache/beam/sdk/state/Timers.java | 2 +-
.../beam/sdk/io/gcp/bigquery/BigQueryIO.java | 5 +
.../sdk/io/gcp/bigquery/BigQueryIOWriteTest.java | 9 ++
sdks/python/apache_beam/coders/coders.py | 16 +++
.../apache_beam/coders/coders_test_common.py | 17 +++
.../runners/portability/sdk_container_builder.py | 30 +++--
.../apache_beam/typehints/sharded_key_type.py | 75 ++++++++++++
.../apache_beam/typehints/sharded_key_type_test.py | 80 +++++++++++++
sdks/python/build-requirements.txt | 3 +
start-build-env.sh | 132 +++++++++++++++++++++
website/www/site/content/en/contribute/_index.md | 14 +++
.../content/en/get-started/wordcount-example.md | 2 +-
18 files changed, 729 insertions(+), 18 deletions(-)
create mode 100644 dev-support/docker/Dockerfile
create mode 100755 dev-support/docker/bashcolors.sh
create mode 100755 dev-support/docker/beam_env_checks.sh
create mode 100644 sdks/python/apache_beam/typehints/sharded_key_type.py
create mode 100644 sdks/python/apache_beam/typehints/sharded_key_type_test.py
create mode 100755 start-build-env.sh
|