uber / aresdb

A GPU-powered real-time analytics storage and query engine.
https://eng.uber.com/aresdb/
Apache License 2.0
2.99k stars 232 forks source link

fix array table creation and null value length issue #338

Closed voyager-dw closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #338 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #338      +/-   ##
==========================================
+ Coverage   71.97%   71.99%   +0.02%     
==========================================
  Files         167      167              
  Lines       23669    23668       -1     
==========================================
+ Hits        17035    17040       +5     
+ Misses       5329     5323       -6     
  Partials     1305     1305
Impacted Files Coverage Δ
memstore/common/data_value.go 80.78% <100%> (+0.06%) :arrow_up:
metastore/disk_metastore.go 73.83% <100%> (+0.18%) :arrow_up:
metastore/common/model.go 70% <100%> (ø) :arrow_up:
datanode/client/query_client.go 66.23% <0%> (-0.44%) :arrow_down:
subscriber/common/job/driver.go 67.73% <0%> (+1.41%) :arrow_up:

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 3891122...49e05e4. Read the comment docs.