nikepan / clickhouse-bulk

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

check for empty inserts - return 500 instead of adding them to bulk #36

Closed splichy closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #36 (13032bd) into master (2a6d515) will decrease coverage by 1.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #36      +/-   ##
==========================================
- Coverage   76.45%   75.42%   -1.04%     
==========================================
  Files           8        8              
  Lines         531      533       +2     
==========================================
- Hits          406      402       -4     
- Misses         96      103       +7     
+ Partials       29       28       -1     
Impacted Files Coverage Δ
clickhouse.go 82.29% <100.00%> (-0.19%) :arrow_down:
server.go 62.16% <100.00%> (-6.86%) :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 2a6d515...13032bd. Read the comment docs.