Skip to content

Commit 0ef7c5d

Browse files
authored
fix: readRowSettings use manual readRows settings instead of gapics (#494)
1 parent b48cbd3 commit 0ef7c5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/EnhancedBigtableStubSettings.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,7 @@ private Builder() {
546546
readRowSettings
547547
.setRetryableCodes(readRowsSettings.getRetryableCodes())
548548
.setRetrySettings(
549-
baseDefaults
550-
.readRowsSettings()
549+
readRowsSettings()
551550
.getRetrySettings()
552551
.toBuilder()
553552
.setTotalTimeout(IDEMPOTENT_RETRY_SETTINGS.getTotalTimeout())

0 commit comments

Comments
 (0)