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

Commit 084d511

Browse files
committed
chore: Use Timestamps.fromMillis
1 parent 574b601 commit 084d511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public static void processRowsAtSnapshot(
153153
.getReadSessionBuilder()
154154
.setTableModifiers(
155155
ReadSession.TableModifiers.newBuilder()
156-
.setSnapshotTime(Timestamps.fromMicros(snapshotInMillis))
156+
.setSnapshotTime(Timestamps.fromMillis(snapshotInMillis))
157157
.build());
158158
}
159159

0 commit comments

Comments
 (0)