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

enum translate for agg query #279

Closed shz117 closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #279 into master will decrease coverage by 0.19%. The diff coverage is 58.1%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #279     +/-   ##
========================================
- Coverage      72%   71.8%   -0.2%     
========================================
  Files         166     166             
  Lines       22885   22938     +53     
========================================
- Hits        16478   16471      -7     
- Misses       5124    5180     +56     
- Partials     1283    1287      +4
Impacted Files Coverage Δ
broker/query_compiler.go 58.68% <100%> (+0.26%) :arrow_up:
broker/query_plan_agg.go 79.92% <47.05%> (-4.4%) :arrow_down:
broker/query_plan_non_agg.go 80% <62.85%> (-6.57%) :arrow_down:
subscriber/common/job/driver.go 71.98% <0%> (-7.45%) :arrow_down:
subscriber/common/job/streaming_processor.go 62.54% <0%> (-3.35%) :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 027a428...ab41809. Read the comment docs.