uber / aresdb

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

improve query pkg coverage #181

Closed shz117 closed 5 years ago

shz117 commented 5 years ago

plus remove unused sql syntax

codecov-io commented 5 years ago

Codecov Report

Merging #181 into master will increase coverage by 1%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #181    +/-   ##
========================================
+ Coverage   73.17%   74.18%    +1%     
========================================
  Files         111      111            
  Lines       17181    17035   -146     
========================================
+ Hits        12572    12637    +65     
+ Misses       3646     3438   -208     
+ Partials      963      960     -3
Impacted Files Coverage Δ
query/sql_parser.go 68.43% <ø> (+8.35%) :arrow_up:
memstore/kafka_redolog_manager.go 68.59% <0%> (-2.48%) :arrow_down:
subscriber/common/job/driver.go 66.31% <0%> (-1.42%) :arrow_down:
query/aql_processor.go 80.34% <0%> (+0.81%) :arrow_up:
query/time_series_aggregate.go 76.73% <0%> (+0.95%) :arrow_up:
query/aql_postprocessor.go 80.31% <0%> (+4.72%) :arrow_up:
query/device_allocator.go 63.29% <0%> (+5.06%) :arrow_up:
query/device_manager.go 95.31% <0%> (+32.03%) :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 c85b713...930b547. Read the comment docs.