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

force time column value is uint32 #324

Closed lxning closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #324 into master will increase coverage by <.01%. The diff coverage is 78.94%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #324      +/-   ##
=========================================
+ Coverage   71.99%     72%   +<.01%     
=========================================
  Files         167     167              
  Lines       23598   23611      +13     
=========================================
+ Hits        16990   17001      +11     
- Misses       5304    5308       +4     
+ Partials     1304    1302       -2
Impacted Files Coverage Δ
datanode/datanode.go 17.26% <ø> (-1.55%) :arrow_down:
api/debug_handler.go 74.79% <ø> (ø) :arrow_up:
api/query_handler.go 73.68% <100%> (ø) :arrow_up:
memstore/list/archive_vector_party.go 66.82% <100%> (ø) :arrow_up:
api/data_handler.go 70% <100%> (ø) :arrow_up:
client/connector.go 70.42% <100%> (+0.2%) :arrow_up:
query/aql_processor.go 80.83% <100%> (ø) :arrow_up:
memstore/common/upsert_batch_builder.go 74.02% <66.66%> (-0.43%) :arrow_down:
memstore/cuckoo_index.go 91.27% <0%> (+1%) :arrow_up:
... and 1 more

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 51f748d...4d375dd. Read the comment docs.