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

Array support 6 UUID #307

Closed voyager-dw closed 4 years ago

voyager-dw commented 4 years ago

add uuid/geopoint type support in dimension and scratchspace/binder

codecov[bot] commented 4 years ago

Codecov Report

Merging #307 into master will increase coverage by 0.03%. The diff coverage is 89.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #307      +/-   ##
==========================================
+ Coverage   71.88%   71.91%   +0.03%     
==========================================
  Files         166      166              
  Lines       23252    23297      +45     
==========================================
+ Hits        16714    16754      +40     
- Misses       5246     5253       +7     
+ Partials     1292     1290       -2
Impacted Files Coverage Δ
memstore/common/data_type.go 86.71% <100%> (+0.22%) :arrow_up:
query/aql_compiler.go 74.35% <100%> (+0.56%) :arrow_up:
query/common/dim_util.go 74.19% <100%> (+33.45%) :arrow_up:
query/time_series_aggregate.go 79.44% <76%> (-0.44%) :arrow_down:
broker/query_plan_non_agg.go 77.1% <0%> (-1.81%) :arrow_down:
controller/mutators/etcd/schema_mutator.go 61.84% <0%> (-1.74%) :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 56108d0...bc83347. Read the comment docs.