You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerReadSchemaTransformProvider.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ public void validate() {
174
174
!Strings.isNullOrEmpty(this.getDatabaseId()),
175
175
invalidConfigMessage + "Database ID must be specified.");
176
176
if (Strings.isNullOrEmpty(this.getQuery())) {
177
-
checkArgument(
177
+
checkArgument(
178
178
!Strings.isNullOrEmpty(this.getTableId()),
179
179
invalidConfigMessage + "Table name must be specified for table read.");
0 commit comments