Skip to content

Commit 6df08ff

Browse files
authored
Merge branch 'main' into add-picosecond-ITs-3
2 parents 40d21f3 + f390315 commit 6df08ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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
@@ -56,9 +56,7 @@
5656
import com.google.protobuf.DescriptorProtos.FieldDescriptorProto;
5757
import com.google.protobuf.Descriptors;
5858
import com.google.protobuf.Descriptors.DescriptorValidationException;
59-
import com.google.protobuf.DynamicMessage;
6059
import com.google.protobuf.Int64Value;
61-
import com.google.protobuf.Message;
6260
import io.grpc.Status;
6361
import io.grpc.Status.Code;
6462
import java.io.ByteArrayOutputStream;
@@ -2546,6 +2544,8 @@ public void timestamp_protobufWrite_customMessage_higherPrecision()
25462544
String table =
25472545
BigQueryResource.formatTableResource(
25482546
ServiceOptions.getDefaultProjectId(), DATASET, tableName);
2547+
2548+
// Read all the data as Avro GenericRecords
25492549
List<GenericData.Record> rows = Helper.readAllRows(readClient, parentProjectId, table, null);
25502550
List<String> timestampHigherPrecision =
25512551
rows.stream()

0 commit comments

Comments
 (0)