Skip to content

Commit 37c2fab

Browse files
chore: generate libraries at Wed Dec 10 19:01:14 UTC 2025
1 parent f3b3800 commit 37c2fab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ static FieldDescriptorProto convertBQTableFieldToProtoField(
232232
LOG.warning(
233233
"BigQuery Timestamp field "
234234
+ BQTableField.getName()
235-
+ " has timestamp precision that is not 6 or 12. Defaulting to microsecond precision and mapping to INT64 protobuf type.");
235+
+ " has timestamp precision that is not 6 or 12. Defaulting to microsecond"
236+
+ " precision and mapping to INT64 protobuf type.");
236237
}
237238
// If the timestampPrecision value comes back as a null result from the server,
238239
// timestampPrecision has a value of 0L. Use the INT64 to map to the type used

0 commit comments

Comments
 (0)