This is an automated email from the ASF dual-hosted git repository.
chamikara pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 23a879f Merge pull request #9110: Revert incorrect doc on flink
runner version
add 304882c [BEAM-5191] Support for BigQuery clustering
new 94a3c85 Merge pull request #8945: [BEAM-5191] Support for BigQuery
clustering
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
...DefaultCoderCloudObjectTranslatorRegistrar.java | 2 +
.../beam/sdk/io/gcp/bigquery/BigQueryIO.java | 59 +++++-
.../beam/sdk/io/gcp/bigquery/CreateTables.java | 13 ++
.../gcp/bigquery/DynamicDestinationsHelpers.java | 46 ++++-
.../beam/sdk/io/gcp/bigquery/TableDestination.java | 68 +++++-
.../io/gcp/bigquery/TableDestinationCoderV2.java | 7 +-
...onCoderV2.java => TableDestinationCoderV3.java} | 21 +-
.../beam/sdk/io/gcp/bigquery/WriteTables.java | 17 ++
.../sdk/io/gcp/bigquery/BigQueryIOWriteTest.java | 110 +++++++++-
.../BigQueryTimePartitioningClusteringIT.java | 228 +++++++++++++++++++++
.../beam/sdk/io/gcp/bigquery/FakeJobService.java | 10 +
11 files changed, 540 insertions(+), 41 deletions(-)
copy
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/{TableDestinationCoderV2.java
=> TableDestinationCoderV3.java} (70%)
create mode 100644
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryTimePartitioningClusteringIT.java