Skip to content

Commit

Permalink
remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
mzitnik committed Jan 2, 2024
1 parent 10e7f9a commit 2d9bce2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ public void addBatch() throws SQLException {
}
// the actual write to the processor
for (int i = 0, len = values.length; i < len; i++) {
ClickHouseColumn col = columns[i];
ClickHouseValue val = values[i];
try {
processor.write(val);
Expand Down

0 comments on commit 2d9bce2

Please sign in to comment.