uber / aresdb

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

fix sub query gen #230

Closed shz117 closed 5 years ago

shz117 commented 5 years ago

make copy of query to avoid appending to same shard list

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@28b8593). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #230   +/-   ##
=========================================
  Coverage          ?   69.24%           
=========================================
  Files             ?      155           
  Lines             ?    20710           
  Branches          ?        0           
=========================================
  Hits              ?    14340           
  Misses            ?     5267           
  Partials          ?     1103
Impacted Files Coverage Δ
broker/query_plan_agg.go 87.21% <100%> (ø)

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 28b8593...def9971. Read the comment docs.