uber / aresdb

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

Array support null value #300

Closed voyager-dw closed 5 years ago

voyager-dw commented 5 years ago

support null value for array

shz117 commented 5 years ago

can you document list type data format for both live and archive batches in the wiki? It should help review and external OSS community to understand.

codecov[bot] commented 5 years ago

Codecov Report

Merging #300 into master will increase coverage by 0.01%. The diff coverage is 90.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #300      +/-   ##
==========================================
+ Coverage   71.84%   71.85%   +0.01%     
==========================================
  Files         166      166              
  Lines       23229    23252      +23     
==========================================
+ Hits        16689    16708      +19     
- Misses       5250     5252       +2     
- Partials     1290     1292       +2
Impacted Files Coverage Δ
memstore/list/vector_party.go 70.14% <100%> (+5.74%) :arrow_up:
memstore/list/archive_vector_party.go 66.66% <100%> (+2.34%) :arrow_up:
memstore/common/data_value.go 80.71% <100%> (+0.13%) :arrow_up:
memstore/list/live_vector_party.go 57.39% <72.22%> (-0.75%) :arrow_down:
subscriber/common/job/driver.go 66.31% <0%> (-1.42%) :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 e44301b...f2b7ed7. Read the comment docs.