Skip to content

Commit 675ea62

Browse files
authored
Merge branch 'main' into protobuf-ci-4.29.x
2 parents 8af8dec + e17ada2 commit 675ea62

File tree

38 files changed

+1354
-215
lines changed

38 files changed

+1354
-215
lines changed

.github/scripts/update_generation_config.sh

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,15 @@ set -e
1515
function get_latest_released_version() {
1616
local group_id=$1
1717
local artifact_id=$2
18-
latest=$(curl -s "https://search.maven.org/solrsearch/select?q=g:${group_id}+AND+a:${artifact_id}&core=gav&rows=500&wt=json" | jq -r '.response.docs[] | select(.v | test("^[0-9]+(\\.[0-9]+)*$")) | .v' | sort -V | tail -n 1)
19-
echo "${latest}"
18+
json_content=$(curl -s "https://search.maven.org/solrsearch/select?q=g:${group_id}+AND+a:${artifact_id}&core=gav&rows=500&wt=json")
19+
latest=$(jq -r '.response.docs[] | select(.v | test("^[0-9]+(\\.[0-9]+)*$")) | .v' <<< "${json_content}" | sort -V | tail -n 1)
20+
if [[ -z "${latest}" ]]; then
21+
echo "The latest version of ${group_id}:${artifact_id} is empty."
22+
echo "The returned json from maven.org is invalid: ${json_content}"
23+
exit 1
24+
else
25+
echo "${latest}"
26+
fi
2027
}
2128

2229
# Update a key to a new value in the generation config.

.github/workflows/update_generation_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030
with:
31+
fetch-depth: 0
3132
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
3233
- name: Update params in generation config to latest
3334
shell: bash

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [3.12.0](https://github.com/googleapis/java-bigquerystorage/compare/v3.11.4...v3.12.0) (2025-03-19)
4+
5+
6+
### Features
7+
8+
* Next release from main branch is 3.12.0 ([#2890](https://github.com/googleapis/java-bigquerystorage/issues/2890)) ([ae6e540](https://github.com/googleapis/java-bigquerystorage/commit/ae6e54046f5922bd888be46106be19e1ee97c7e7))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** Update the Java code generator (gapic-generator-java) to 2.54.0 ([5fcaa9f](https://github.com/googleapis/java-bigquerystorage/commit/5fcaa9fbc0a99a63cf12fee7ce598a601c3e506b))
14+
* **deps:** Update the Java code generator (gapic-generator-java) to 2.55.0 ([0ca4dba](https://github.com/googleapis/java-bigquerystorage/commit/0ca4dba010813f2d2565190253b3d97b4e61602d))
15+
* **deps:** Update the Java code generator (gapic-generator-java) to 2.55.1 ([29d0546](https://github.com/googleapis/java-bigquerystorage/commit/29d054639cd5a1e734d833ede2eb1d5b994807c1))
16+
17+
18+
### Dependencies
19+
20+
* Update dependency com.google.cloud:google-cloud-bigquery to v2.48.1 ([#2886](https://github.com/googleapis/java-bigquerystorage/issues/2886)) ([eee3e60](https://github.com/googleapis/java-bigquerystorage/commit/eee3e6027cccef48f3b0e6ae2c342472216b545b))
21+
* Update dependency com.google.cloud:sdk-platform-java-config to v3.45.1 ([#2903](https://github.com/googleapis/java-bigquerystorage/issues/2903)) ([21a39c7](https://github.com/googleapis/java-bigquerystorage/commit/21a39c7e33a438565e7a82f59061a75ab538249b))
22+
* Update dependency com.google.cloud.opentelemetry:exporter-metrics to v0.34.0 ([#2912](https://github.com/googleapis/java-bigquerystorage/issues/2912)) ([c99a713](https://github.com/googleapis/java-bigquerystorage/commit/c99a71355a5dcb2e4d3d33c4e51282889bb4de13))
23+
* Update dependency io.opentelemetry:opentelemetry-bom to v1.48.0 ([#2897](https://github.com/googleapis/java-bigquerystorage/issues/2897)) ([011e177](https://github.com/googleapis/java-bigquerystorage/commit/011e177c8ce560e902620d8d0a5712c4f092255e))
24+
* Update dependency io.opentelemetry:opentelemetry-exporter-logging to v1.48.0 ([#2899](https://github.com/googleapis/java-bigquerystorage/issues/2899)) ([e809ea0](https://github.com/googleapis/java-bigquerystorage/commit/e809ea0b7629c40d1e9d16e5104dd8dc789f2ee9))
25+
* Update dependency node to v22 ([#2901](https://github.com/googleapis/java-bigquerystorage/issues/2901)) ([1cb2299](https://github.com/googleapis/java-bigquerystorage/commit/1cb229997c3816f135106465c3cf9705bff284e0))
26+
* Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.6 ([#2905](https://github.com/googleapis/java-bigquerystorage/issues/2905)) ([6e3fc75](https://github.com/googleapis/java-bigquerystorage/commit/6e3fc757b2b9586e86ca99ccdb7c2d34af49b737))
27+
* Update dependency org.junit.vintage:junit-vintage-engine to v5.12.1 ([#2909](https://github.com/googleapis/java-bigquerystorage/issues/2909)) ([fd56488](https://github.com/googleapis/java-bigquerystorage/commit/fd564889ba1425612acc6ce0828d7623c261edb6))
28+
* Update googleapis/sdk-platform-java action to v2.55.0 ([#2904](https://github.com/googleapis/java-bigquerystorage/issues/2904)) ([1a09935](https://github.com/googleapis/java-bigquerystorage/commit/1a09935b1ca099d2f1129c128a0d970a6fb71ae4))
29+
330
## [3.11.4](https://github.com/googleapis/java-bigquerystorage/compare/v3.11.3...v3.11.4) (2025-02-26)
431

532

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.56.0</version>
22+
<version>26.59.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
2626
<dependency>
2727
<groupId>io.opentelemetry</groupId>
2828
<artifactId>opentelemetry-bom</artifactId>
29-
<version>1.48.0</version>
29+
<version>1.49.0</version>
3030
<type>pom</type>
3131
<scope>import</scope>
3232
</dependency>
@@ -48,28 +48,28 @@ If you are using Maven without the BOM, add this to your dependencies:
4848
<dependency>
4949
<groupId>com.google.cloud</groupId>
5050
<artifactId>google-cloud-bigquerystorage</artifactId>
51-
<version>3.11.4</version>
51+
<version>3.12.0</version>
5252
</dependency>
5353

5454
```
5555

5656
If you are using Gradle 5.x or later, add this to your dependencies:
5757

5858
```Groovy
59-
implementation platform('com.google.cloud:libraries-bom:26.56.0')
59+
implementation platform('com.google.cloud:libraries-bom:26.59.0')
6060
6161
implementation 'com.google.cloud:google-cloud-bigquerystorage'
6262
```
6363
If you are using Gradle without BOM, add this to your dependencies:
6464

6565
```Groovy
66-
implementation 'com.google.cloud:google-cloud-bigquerystorage:3.11.4'
66+
implementation 'com.google.cloud:google-cloud-bigquerystorage:3.12.0'
6767
```
6868

6969
If you are using SBT, add this to your dependencies:
7070

7171
```Scala
72-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "3.11.4"
72+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "3.12.0"
7373
```
7474

7575
## Authentication
@@ -255,7 +255,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
255255
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigquerystorage/java11.html
256256
[stability-image]: https://img.shields.io/badge/stability-stable-green
257257
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquerystorage.svg
258-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquerystorage/3.11.4
258+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquerystorage/3.12.0
259259
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
260260
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
261261
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gapic_generator_version: 2.55.1
2-
googleapis_commitish: 33251eb8c7f85a7f3b052d7b335ff9ec5003b3e3
3-
libraries_bom_version: 26.56.0
2+
googleapis_commitish: 1c153adc542b4c915eeab5290bc42581c821cc93
3+
libraries_bom_version: 26.59.0
44
libraries:
55
- api_shortname: bigquerystorage
66
name_pretty: BigQuery Storage

google-cloud-bigquerystorage-bom/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-bigquerystorage-bom</artifactId>
6-
<version>3.11.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
6+
<version>3.12.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>com.google.cloud</groupId>
@@ -52,47 +52,47 @@
5252
<dependency>
5353
<groupId>com.google.cloud</groupId>
5454
<artifactId>google-cloud-bigquerystorage</artifactId>
55-
<version>3.11.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
55+
<version>3.12.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.api.grpc</groupId>
5959
<artifactId>grpc-google-cloud-bigquerystorage-v1beta1</artifactId>
60-
<version>0.183.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta1:current} -->
60+
<version>0.184.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta1:current} -->
6161
</dependency>
6262
<dependency>
6363
<groupId>com.google.api.grpc</groupId>
6464
<artifactId>grpc-google-cloud-bigquerystorage-v1beta2</artifactId>
65-
<version>0.183.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta2:current} -->
65+
<version>0.184.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1beta2:current} -->
6666
</dependency>
6767
<dependency>
6868
<groupId>com.google.api.grpc</groupId>
6969
<artifactId>grpc-google-cloud-bigquerystorage-v1</artifactId>
70-
<version>3.11.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1:current} -->
70+
<version>3.12.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1:current} -->
7171
</dependency>
7272
<dependency>
7373
<groupId>com.google.api.grpc</groupId>
7474
<artifactId>grpc-google-cloud-bigquerystorage-v1alpha</artifactId>
75-
<version>3.11.5-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1alpha:current} -->
75+
<version>3.12.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-bigquerystorage-v1alpha:current} -->
7676
</dependency>
7777
<dependency>
7878
<groupId>com.google.api.grpc</groupId>
7979
<artifactId>proto-google-cloud-bigquerystorage-v1beta1</artifactId>
80-
<version>0.183.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1beta1:current} -->
80+
<version>0.184.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1beta1:current} -->
8181
</dependency>
8282
<dependency>
8383
<groupId>com.google.api.grpc</groupId>
8484
<artifactId>proto-google-cloud-bigquerystorage-v1beta2</artifactId>
85-
<version>0.183.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1beta2:current} -->
85+
<version>0.184.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1beta2:current} -->
8686
</dependency>
8787
<dependency>
8888
<groupId>com.google.api.grpc</groupId>
8989
<artifactId>proto-google-cloud-bigquerystorage-v1</artifactId>
90-
<version>3.11.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1:current} -->
90+
<version>3.12.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1:current} -->
9191
</dependency>
9292
<dependency>
9393
<groupId>com.google.api.grpc</groupId>
9494
<artifactId>proto-google-cloud-bigquerystorage-v1alpha</artifactId>
95-
<version>3.11.5-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1alpha:current} -->
95+
<version>3.12.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-bigquerystorage-v1alpha:current} -->
9696
</dependency>
9797
</dependencies>
9898
</dependencyManagement>

google-cloud-bigquerystorage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-bigquerystorage</artifactId>
6-
<version>3.11.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
6+
<version>3.12.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
77
<packaging>jar</packaging>
88
<name>BigQuery Storage</name>
99
<url>https://github.com/googleapis/java-bigquerystorage</url>
1010
<description>BigQuery Storage</description>
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-bigquerystorage-parent</artifactId>
14-
<version>3.11.5-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
14+
<version>3.12.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-bigquerystorage:current} -->
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-bigquerystorage</site.installationModule>

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/ConnectionWorker.java

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,31 +1273,38 @@ private void doneCallback(Throwable finalStatus) {
12731273
+ writerId
12741274
+ " Final status: "
12751275
+ finalStatus.toString());
1276+
boolean closedIdleConnection =
1277+
finalStatus.toString().contains("Closing the stream because it has been inactive");
12761278
this.lock.lock();
12771279
try {
12781280
this.streamConnectionIsConnected = false;
12791281
this.telemetryMetrics.recordConnectionEnd(
12801282
Code.values()[Status.fromThrowable(finalStatus).getCode().ordinal()].toString());
12811283
if (connectionFinalStatus == null) {
1282-
if (connectionRetryStartTime == 0) {
1284+
if (!closedIdleConnection && connectionRetryStartTime == 0) {
12831285
connectionRetryStartTime = System.currentTimeMillis();
12841286
}
12851287
// If the error can be retried, don't set it here, let it try to retry later on.
12861288
if (isConnectionErrorRetriable(Status.fromThrowable(finalStatus).getCode())
12871289
&& !userClosed
12881290
&& (maxRetryDuration.toMillis() == 0f
1291+
|| closedIdleConnection
12891292
|| System.currentTimeMillis() - connectionRetryStartTime
12901293
<= maxRetryDuration.toMillis())) {
1291-
this.conectionRetryCountWithoutCallback++;
1292-
this.telemetryMetrics.recordConnectionStartWithRetry();
1294+
if (!closedIdleConnection) {
1295+
this.conectionRetryCountWithoutCallback++;
1296+
this.telemetryMetrics.recordConnectionStartWithRetry();
1297+
}
12931298
log.info(
12941299
"Connection is going to be reestablished with the next request. Retriable error "
12951300
+ finalStatus.toString()
12961301
+ " received, retry count "
12971302
+ conectionRetryCountWithoutCallback
12981303
+ ", millis left to retry "
12991304
+ (maxRetryDuration.toMillis()
1300-
- (System.currentTimeMillis() - connectionRetryStartTime))
1305+
- (connectionRetryStartTime > 0
1306+
? System.currentTimeMillis() - connectionRetryStartTime
1307+
: 0))
13011308
+ ", for stream "
13021309
+ streamName
13031310
+ " id:"
@@ -1311,7 +1318,10 @@ private void doneCallback(Throwable finalStatus) {
13111318
+ " for stream "
13121319
+ streamName
13131320
+ " with write id: "
1314-
+ writerId);
1321+
+ writerId
1322+
+ ", millis left to retry was "
1323+
+ (maxRetryDuration.toMillis()
1324+
- (System.currentTimeMillis() - connectionRetryStartTime)));
13151325
}
13161326
}
13171327
} finally {

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha/MetastorePartitionServiceClient.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
* .setParent(TableName.of("[PROJECT]", "[DATASET]", "[TABLE]").toString())
4949
* .addAllRequests(new ArrayList<CreateMetastorePartitionRequest>())
5050
* .setSkipExistingPartitions(true)
51+
* .setTraceId("traceId-1067401920")
5152
* .build();
5253
* BatchCreateMetastorePartitionsResponse response =
5354
* metastorePartitionServiceClient.batchCreateMetastorePartitions(request);
@@ -251,6 +252,7 @@ public MetastorePartitionServiceStub getStub() {
251252
* .setParent(TableName.of("[PROJECT]", "[DATASET]", "[TABLE]").toString())
252253
* .addAllRequests(new ArrayList<CreateMetastorePartitionRequest>())
253254
* .setSkipExistingPartitions(true)
255+
* .setTraceId("traceId-1067401920")
254256
* .build();
255257
* BatchCreateMetastorePartitionsResponse response =
256258
* metastorePartitionServiceClient.batchCreateMetastorePartitions(request);
@@ -284,6 +286,7 @@ public final BatchCreateMetastorePartitionsResponse batchCreateMetastorePartitio
284286
* .setParent(TableName.of("[PROJECT]", "[DATASET]", "[TABLE]").toString())
285287
* .addAllRequests(new ArrayList<CreateMetastorePartitionRequest>())
286288
* .setSkipExistingPartitions(true)
289+
* .setTraceId("traceId-1067401920")
287290
* .build();
288291
* ApiFuture<BatchCreateMetastorePartitionsResponse> future =
289292
* metastorePartitionServiceClient
@@ -318,6 +321,7 @@ public final BatchCreateMetastorePartitionsResponse batchCreateMetastorePartitio
318321
* BatchDeleteMetastorePartitionsRequest.newBuilder()
319322
* .setParent(TableName.of("[PROJECT]", "[DATASET]", "[TABLE]").toString())
320323
* .addAllPartitionValues(new ArrayList<MetastorePartitionValues>())
324+
* .setTraceId("traceId-1067401920")
321325
* .build();
322326
* metastorePartitionServiceClient.batchDeleteMetastorePartitions(request);
323327
* }
@@ -348,6 +352,7 @@ public final void batchDeleteMetastorePartitions(BatchDeleteMetastorePartitionsR
348352
* BatchDeleteMetastorePartitionsRequest.newBuilder()
349353
* .setParent(TableName.of("[PROJECT]", "[DATASET]", "[TABLE]").toString())
350354
* .addAllPartitionValues(new ArrayList<MetastorePartitionValues>())
355+
* .setTraceId("traceId-1067401920")
351356
* .build();
352357
* ApiFuture<Empty> future =
353358
* metastorePartitionServiceClient
@@ -381,6 +386,7 @@ public final void batchDeleteMetastorePartitions(BatchDeleteMetastorePartitionsR
381386
* BatchUpdateMetastorePartitionsRequest.newBuilder()
382387
* .setParent(TableName.of("[PROJECT]", "[DATASET]", "[TABLE]").toString())
383388
* .addAllRequests(new ArrayList<UpdateMetastorePartitionRequest>())
389+
* .setTraceId("traceId-1067401920")
384390
* .build();
385391
* BatchUpdateMetastorePartitionsResponse response =
386392
* metastorePartitionServiceClient.batchUpdateMetastorePartitions(request);
@@ -413,6 +419,7 @@ public final BatchUpdateMetastorePartitionsResponse batchUpdateMetastorePartitio
413419
* BatchUpdateMetastorePartitionsRequest.newBuilder()
414420
* .setParent(TableName.of("[PROJECT]", "[DATASET]", "[TABLE]").toString())
415421
* .addAllRequests(new ArrayList<UpdateMetastorePartitionRequest>())
422+
* .setTraceId("traceId-1067401920")
416423
* .build();
417424
* ApiFuture<BatchUpdateMetastorePartitionsResponse> future =
418425
* metastorePartitionServiceClient
@@ -509,6 +516,7 @@ public final ListMetastorePartitionsResponse listMetastorePartitions(String pare
509516
* ListMetastorePartitionsRequest.newBuilder()
510517
* .setParent(TableName.of("[PROJECT]", "[DATASET]", "[TABLE]").toString())
511518
* .setFilter("filter-1274492040")
519+
* .setTraceId("traceId-1067401920")
512520
* .build();
513521
* ListMetastorePartitionsResponse response =
514522
* metastorePartitionServiceClient.listMetastorePartitions(request);
@@ -541,6 +549,7 @@ public final ListMetastorePartitionsResponse listMetastorePartitions(
541549
* ListMetastorePartitionsRequest.newBuilder()
542550
* .setParent(TableName.of("[PROJECT]", "[DATASET]", "[TABLE]").toString())
543551
* .setFilter("filter-1274492040")
552+
* .setTraceId("traceId-1067401920")
544553
* .build();
545554
* ApiFuture<ListMetastorePartitionsResponse> future =
546555
* metastorePartitionServiceClient.listMetastorePartitionsCallable().futureCall(request);

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha/package-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
* .setParent(TableName.of("[PROJECT]", "[DATASET]", "[TABLE]").toString())
4141
* .addAllRequests(new ArrayList<CreateMetastorePartitionRequest>())
4242
* .setSkipExistingPartitions(true)
43+
* .setTraceId("traceId-1067401920")
4344
* .build();
4445
* BatchCreateMetastorePartitionsResponse response =
4546
* metastorePartitionServiceClient.batchCreateMetastorePartitions(request);

0 commit comments

Comments
 (0)