uber / aresdb

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

schema validation update for array type #310

Closed voyager-dw closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #310 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #310      +/-   ##
==========================================
+ Coverage   71.84%   71.91%   +0.06%     
==========================================
  Files         166      166              
  Lines       23367    23391      +24     
==========================================
+ Hits        16789    16822      +33     
+ Misses       5285     5273      -12     
- Partials     1293     1296       +3
Impacted Files Coverage Δ
memstore/merge.go 96.65% <ø> (ø) :arrow_up:
metastore/validator.go 84.42% <100%> (+0.8%) :arrow_up:
cluster/topology/healthtracking_dynamic.go 56.36% <0%> (-3.64%) :arrow_down:
api/debug_handler.go 74.02% <0%> (+0.51%) :arrow_up:
datanode/datanode.go 18.81% <0%> (+1.13%) :arrow_up:
subscriber/common/job/driver.go 67.73% <0%> (+1.41%) :arrow_up:
controller/mutators/etcd/schema_mutator.go 63.58% <0%> (+1.73%) :arrow_up:
broker/query_plan_non_agg.go 79.04% <0%> (+4.19%) :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 3584555...87478cd. Read the comment docs.