OHDSI / Andromeda

AsynchroNous Disk-based Representation of MassivE DAta: An R package aimed at replacing ff for storing large data objects.
https://ohdsi.github.io/Andromeda/
11 stars 9 forks source link

Switch to Arrow backend #40

Closed ablack3 closed 1 year ago

ablack3 commented 1 year ago

Addresses

codecov[bot] commented 1 year ago

Codecov Report

Merging #40 (99fbc44) into develop (24a812d) will decrease coverage by 5.28%. The diff coverage is 80.00%.

@@             Coverage Diff             @@
##           develop      #40      +/-   ##
===========================================
- Coverage    89.21%   83.93%   -5.29%     
===========================================
  Files            4        3       -1     
  Lines          371      249     -122     
===========================================
- Hits           331      209     -122     
  Misses          40       40              
Impacted Files Coverage Δ
R/Object.R 75.70% <73.56%> (-10.51%) :arrow_down:
R/Operations.R 88.00% <76.47%> (-1.63%) :arrow_down:
R/LoadingSaving.R 92.53% <91.52%> (+7.14%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

ablack3 commented 1 year ago

Before this release each Hades maintainer that depends on Andromeda will need to make sure their package works with both the old and new versions. The biggest change is probably how to get rowcounts. An example is https://github.com/OHDSI/FeatureExtraction/pull/179.