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

Commit a5b6f6c

Browse files
committed
chore: Fix lint issues
1 parent 3ce202a commit a5b6f6c

2 files changed

Lines changed: 2 additions & 3 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,7 +59,6 @@
5959
import java.io.IOException;
6060
import java.math.BigDecimal;
6161
import java.nio.channels.Channels;
62-
import java.nio.charset.StandardCharsets;
6362
import java.sql.Timestamp;
6463
import java.text.ParseException;
6564
import java.time.Duration;
@@ -2366,7 +2365,8 @@ public void timestamp_arrowWrite() throws IOException {
23662365
}
23672366

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public class Helper {
5959
{165846896123456L /* 1975-04-04T12:34:56.123456Z */, "1975-04-04T12:34:56.123456789123Z"}
6060
};
6161

62-
6362
public static final Object[][] INPUT_ARROW_WRITE_TIMESTAMPS =
6463
new Object[][] {
6564
{1735734896123456L /* 2025-01-01T12:34:56.123456Z */, 1735734896123456789L},

0 commit comments

Comments
 (0)