-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to Arrow backend #40
Conversation
…nd file paths match
loadAndromeda needs to assign FileSystemDatasets to an andromeda object. The andromeda assignment method must treat FileSystemDataset object as a potential reference to another andromeda table so it makes a copy. When loading we want to disable this behavior by temorarily removing the andromeda class.
…h value type separately. Add test for Andromeda table overwrites.
…meda to list during restore.
Codecov Report
@@ 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
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
…normal list assignment. Fixes #41
…omeda objects fails.
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 OHDSI/FeatureExtraction#179. |
Addresses