heavyai / heavyai.jl

Julia client for OmniSci GPU-accelerated SQL engine and analytics platform
https://omnisci.github.io/OmniSci.jl/latest/
Other
21 stars 9 forks source link

Implement chunking for load_table methods #99

Closed randyzwitch closed 4 years ago

randyzwitch commented 4 years ago

Work towards #55

codecov[bot] commented 4 years ago

Codecov Report

Merging #99 into master will increase coverage by 0.2%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #99     +/-   ##
========================================
+ Coverage    86.3%   86.6%   +0.2%     
========================================
  Files           6       6             
  Lines         220     224      +4     
========================================
+ Hits          190     194      +4     
  Misses         30      30
Impacted Files Coverage Δ
src/OmniSci.jl 100% <ø> (ø) :arrow_up:
src/client.jl 88.8% <100%> (+0.7%) :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 420b1dc...46c974c. Read the comment docs.

randyzwitch commented 4 years ago

Thanks so much @quinnj, I really appreciate it!