Skip to content
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

Move private dataset export functions to their own module #2904

Merged
merged 5 commits into from
Apr 8, 2021

Conversation

jenshnielsen
Copy link
Collaborator

This will eventually enable us to reuse these in other dataset implementations.
This could also have been achieved by making a base class but since the coupling to the dataset is not very strong
and they are also used from the cache I think it makes more sense to move them into their own module

@codecov
Copy link

codecov bot commented Apr 8, 2021

Codecov Report

Merging #2904 (3eecbe7) into master (2db770c) will increase coverage by 0.00%.
The diff coverage is 93.44%.

@@           Coverage Diff           @@
##           master    #2904   +/-   ##
=======================================
  Coverage   65.35%   65.36%           
=======================================
  Files         205      207    +2     
  Lines       27959    27978   +19     
=======================================
+ Hits        18273    18288   +15     
- Misses       9686     9690    +4     

@jenshnielsen jenshnielsen merged commit 086c5e4 into microsoft:master Apr 8, 2021
@jenshnielsen jenshnielsen deleted the move_export_functions branch April 8, 2021 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants