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

query handling for enum array #319

Closed voyager-dw closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #319 into master will increase coverage by 0.04%. The diff coverage is 81.81%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #319      +/-   ##
==========================================
+ Coverage   71.98%   72.03%   +0.04%     
==========================================
  Files         167      167              
  Lines       23534    23562      +28     
==========================================
+ Hits        16941    16972      +31     
+ Misses       5293     5292       -1     
+ Partials     1300     1298       -2
Impacted Files Coverage Δ
query/common/dim_util.go 67.64% <0%> (-6.55%) :arrow_down:
query/aql_postprocessor.go 82.39% <100%> (+0.37%) :arrow_up:
query/aql_compiler.go 74.84% <88.46%> (+0.49%) :arrow_up:
subscriber/common/job/driver.go 66.31% <0%> (-1.42%) :arrow_down:
cluster/topology/healthtracking_dynamic.go 60% <0%> (+3.63%) :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 dc312ef...7381206. Read the comment docs.