nikepan / clickhouse-bulk

Collects many small inserts to ClickHouse and send in big inserts
Apache License 2.0
474 stars 86 forks source link

Fixed collection of RowBinary rows #26

Closed WhiteEagle88 closed 4 years ago

WhiteEagle88 commented 4 years ago

I'm not sure that it is done clear. But it works

codecov-io commented 4 years ago

Codecov Report

Merging #26 into master will decrease coverage by 0.28%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   84.33%   84.05%   -0.29%     
==========================================
  Files           8        8              
  Lines         530      533       +3     
==========================================
+ Hits          447      448       +1     
- Misses         57       58       +1     
- Partials       26       27       +1
Impacted Files Coverage Δ
collector.go 91.44% <50%> (-0.95%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1051982...bdc8f95. Read the comment docs.