Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit e8d5c21

Browse files
committed
fix
1 parent c1e2485 commit e8d5c21

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -637,9 +637,7 @@ private Builder() {
637637

638638
// TODO: flip the bit setDirectAccessRequested and setTrafficDirectorEnabled once we make
639639
// client compatible by default.
640-
boolean isDirectPathRequested =
641-
directPathConfig == DirectPathConfig.FORCED_ON
642-
|| directPathConfig == DirectPathConfig.DEFAULT;
640+
boolean isDirectPathRequested = directPathConfig == DirectPathConfig.FORCED_ON;
643641
featureFlags =
644642
FeatureFlags.newBuilder()
645643
.setReverseScans(true)

0 commit comments

Comments
 (0)