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 ed50ac8 (commit)
to 489cf2c (commit)
from ed50ac8 Merge pull request #12335 from [BEAM-10378] Creates Azure
Blob Storage Resource Id
add a5923c9 Use with statements rather than explict pipeline.run().
add 99f4c67 Merge pull request #12361 from robertwb/with-run
add d04ffac [BEAM-9857] Update Spark runner page to include Docker job
server
add 1b6d799 Merge pull request #12353 from
aromanenko-dev/BEAM-9857-SparkJobServer
add d140d09 [BEAM-10568] Suppress spotbugs warnings caused by JDK11
try-with-resources compilation
add 97a8c8b Merge pull request #12359: [BEAM-10568] Suppress spotbugs
warnings caused by JDK11 try-with-resources compilation
add 3513b369 [BEAM-10520] Propagate BigQueryIO streaming insert quota
errors to Da… (#12295)
add 74d7960 Enable checker for :sdks:java:extensions:sketching
add b36441d Merge pull request #12354: [BEAM-10560] Enable checker in
:sdks:java:extensions:sketching
add 489cf2c [BEAM-10482] Fix CoGroup for schema-aware POJO PCollections
(#12251)
No new revisions were added by this update.
Summary of changes:
.../sdk/io/BoundedReadFromUnboundedSource.java | 4 +
.../beam/sdk/io/ReadAllViaFileBasedSource.java | 4 +
.../apache/beam/sdk/io/TextRowCountEstimator.java | 4 +
.../beam/sdk/schemas/transforms/CoGroup.java | 11 +-
.../apache/beam/sdk/testing/SourceTestUtils.java | 4 +
.../beam/sdk/schemas/transforms/CoGroupTest.java | 102 ++++++++++++++++
sdks/java/extensions/sketching/build.gradle | 2 +-
.../sdk/io/gcp/bigquery/BigQueryServicesImpl.java | 20 +--
.../io/gcp/bigquery/BigQueryServicesImplTest.java | 55 +++++++++
.../apache_beam/transforms/ptransform_test.py | 134 ++++++++++-----------
.../apache_beam/transforms/sideinputs_test.py | 106 ++++++++--------
sdks/python/apache_beam/transforms/util_test.py | 120 +++++++++---------
.../apache_beam/typehints/typed_pipeline_test.py | 76 ++++++------
.../site/content/en/documentation/runners/spark.md | 22 +++-
14 files changed, 417 insertions(+), 247 deletions(-)