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

Commit b23527a

Browse files
committed
chore: Add read test cases for picosecond
1 parent 084d511 commit b23527a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/it/ITBigQueryStorageWriteClientTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
import java.io.IOException;
6060
import java.math.BigDecimal;
6161
import java.nio.channels.Channels;
62+
import java.nio.charset.StandardCharsets;
6263
import java.sql.Timestamp;
6364
import java.text.ParseException;
6465
import java.time.Duration;
@@ -2365,8 +2366,7 @@ public void timestamp_arrowWrite() throws IOException {
23652366
}
23662367

23672368
@Test
2368-
public void timestamp_protobufWrite()
2369-
throws IOException, DescriptorValidationException, InterruptedException {
2369+
public void timestamp_protobufWrite() throws IOException, DescriptorValidationException, InterruptedException {
23702370
String timestampFieldName = "timestamp";
23712371
String timestampHigherPrecisionFieldName = "timestampHigherPrecision";
23722372
com.google.cloud.bigquery.Schema bqTableSchema =

0 commit comments

Comments
 (0)