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

Commit 4d04a7c

Browse files
committed
chore: Fix checkstyle issue
1 parent 7fa9f77 commit 4d04a7c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

samples/snippets/src/main/java/com/example/bigquerystorage/WriteToDefaultStreamWithArrow.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ private static class DataWriter {
216216

217217
private final AtomicInteger recreateCount = new AtomicInteger(0);
218218

219-
private StreamWriter createStreamWriter(String streamName, Schema arrowSchema) throws IOException {
219+
private StreamWriter createStreamWriter(String streamName, Schema arrowSchema)
220+
throws IOException {
220221
// Configure in-stream automatic retry settings.
221222
// Error codes that are immediately retried:
222223
// * ABORTED, UNAVAILABLE, CANCELLED, INTERNAL, DEADLINE_EXCEEDED

0 commit comments

Comments
 (0)