This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 43cd356 Palo Alto case study (#16915)
add e303fad [BEAM-13796] projection pushdown in BQ IO
add faf8c0f [BEAM-13796] Move test to ReadTest class and correct javadoc
for QueryTest.
add 185c2e3 [BEAM-13796] Pushdown is not supported on TypedRead#fromQuery.
add 60ea50f Merge pull request #16720 from ibzib/BEAM-13796
add 6acb3f9 [BEAM-12645] Fix code-cov flakes due to monorepo. (#16925)
add 596b617 [BEAM-13969] Deprecate stringx package (#16884)
add 53dbd32 Add Go badge to ReadMe (#16897)
add 0c73091 [BEAM-13980] Re-add method gone missing in af2f8ee6 (#16918)
add 0e6e77b [BEAM-13884] Improve mtime package (#16924)
add 4115242 Minor: Update Go API doc links (#16932)
add 42de462 [BEAM-13218] Re-enable
PubSubIntegrationTest.test_streaming_with_attributes (#16497)
No new revisions were added by this update.
Summary of changes:
.github/codecov.yml | 9 +
.github/workflows/go_tests.yml | 7 +-
README.md | 1 +
sdks/go/pkg/beam/core/graph/mtime/time.go | 22 +--
sdks/go/pkg/beam/core/graph/mtime/time_test.go | 215 +++++++++++++++++++++
sdks/go/pkg/beam/core/util/stringx/bytes.go | 3 +
.../beam/sdk/io/gcp/bigquery/BigQueryIO.java | 30 ++-
.../gcp/bigquery/BigQueryIOStorageQueryTest.java | 5 +-
.../io/gcp/bigquery/BigQueryIOStorageReadTest.java | 60 ++++++
.../apache_beam/io/aws/clients/s3/boto3_client.py | 25 +++
.../apache_beam/io/gcp/pubsub_integration_test.py | 2 -
sdks/python/tox.ini | 2 +-
website/www/site/content/en/blog/beam-2.36.0.md | 1 +
website/www/site/data/io_matrix.yaml | 16 +-
.../layouts/partials/section-menu/en/sdks.html | 2 +-
15 files changed, 372 insertions(+), 28 deletions(-)
create mode 100644 sdks/go/pkg/beam/core/graph/mtime/time_test.go