Skip to content

Commit a9fc238

Browse files
chore: generate libraries at Mon Dec 8 21:55:37 UTC 2025
1 parent 2704b1e commit a9fc238

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/JsonToProtoMessage.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,8 @@ static boolean isValidTimestamp(String timestamp) {
10601060
// matches the fraction section as long as they are digits.
10611061
if (fraction.length() > 12) {
10621062
throw new IllegalArgumentException(
1063-
"Fractional second portion of ISO8601 only supports up to picosecond (12 digits) in BigQuery");
1063+
"Fractional second portion of ISO8601 only supports up to picosecond (12 digits) in"
1064+
+ " BigQuery");
10641065
}
10651066

10661067
// Replace the entire fractional second portion with just the nanosecond portion.

0 commit comments

Comments
 (0)