Skip to content

Commit

Permalink
Merge pull request #1776 from wangboshun/master
Browse files Browse the repository at this point in the history
修复clickhouse批量插入失败问题
  • Loading branch information
2881099 authored Apr 10, 2024
2 parents 23b81d7 + 7f288ab commit ed5d39f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ internal async Task<int> InternalBulkCopyAsync()
BatchSize = _source.Count
})
{
await bulkCopyInterface.InitAsync();
await bulkCopyInterface.WriteToServerAsync(data, default);
}
}
Expand Down

0 comments on commit ed5d39f

Please sign in to comment.