We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d84c4 commit 2f5b34aCopy full SHA for 2f5b34a
src/main/java/org/embulk/output/snowflake/SnowflakeCopyBatchInsert.java
@@ -30,12 +30,10 @@ public class SnowflakeCopyBatchInsert implements BatchInsert {
30
private SnowflakeOutputConnection connection = null;
31
private TableIdentifier tableIdentifier = null;
32
protected File currentFile;
33
-
34
- private int batchWeight;
35
36
protected BufferedWriter writer;
37
protected int index;
38
protected int batchRows;
+ private int batchWeight;
39
private long totalRows;
40
private int fileCount;
41
private List<Future<Void>> uploadAndCopyFutures;
0 commit comments