Skip to content

Commit 6dc5a08

Browse files
abhinav-qlogicsduskis
authored andcommitted
---
yaml --- r: 29215 b: refs/heads/autosynth-container c: dd6d7d7 h: refs/heads/master i: 29213: 46d0f81 29211: b6e731b 29207: 0c28f0f 29199: fe05bfa 29183: 1bb9d9b
1 parent cb61406 commit 6dc5a08

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

  • branches/autosynth-container/google-cloud-examples/src/main/java/com/google/cloud/examples/bigquery/snippets

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ refs/tags/v0.65.0: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
112112
refs/tags/v0.66.0: ed6a3f57cbdaa20339a1995f7d7d53b172a5b8ef
113113
refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
114114
refs/heads/autosynth-compute: c0ad4e5b54b2b167d47e508ca215c039404837d3
115-
refs/heads/autosynth-container: 5c16ac2686ea2c4f2a79f103ac21eca47731d4a4
115+
refs/heads/autosynth-container: dd6d7d7b6bc23c580755c5c7fd8e23ce56c67f06
116116
refs/heads/autosynth-monitoring: e66569bd7358a90d17097f90cf8c70dbeeb048cf
117117
refs/heads/autosynth-pubsub: 8aac5a6202d83e8d67f5cb1d58f0adf9f2622aeb
118118
refs/heads/autosynth-video-intelligence: 82b145665822830c46d47eb8925edb2d842d6815

branches/autosynth-container/google-cloud-examples/src/main/java/com/google/cloud/examples/bigquery/snippets/BigQuerySnippets.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,8 @@ public long writeFileToTable(String datasetName, String tableName, Path csvPath,
383383
// Write data to writer
384384
try (OutputStream stream = Channels.newOutputStream(writer)) {
385385
Files.copy(csvPath, stream);
386+
} finally {
387+
writer.close();
386388
}
387389
// Get load job
388390
Job job = writer.getJob();

0 commit comments

Comments
 (0)