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

fix broker non agg query execution #295

Closed shz117 closed 4 years ago

shz117 commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #295 into master will decrease coverage by 0.01%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #295      +/-   ##
=========================================
- Coverage   71.72%   71.7%   -0.02%     
=========================================
  Files         166     166              
  Lines       23120   23137      +17     
=========================================
+ Hits        16583   16591       +8     
- Misses       5245    5252       +7     
- Partials     1292    1294       +2
Impacted Files Coverage Δ
broker/util/assignment.go 88% <100%> (+1.63%) :arrow_up:
datanode/client/query_client.go 67.1% <100%> (+2.81%) :arrow_up:
broker/query_plan_non_agg.go 78.91% <40%> (-2.34%) :arrow_down:
broker/query_plan_agg.go 79.85% <60%> (-0.58%) :arrow_down:
memstore/batchstats.go 82.75% <0%> (-3.45%) :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 a488804...9068a5e. Read the comment docs.