You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this ticket is to remove classes which are irrelevant/obsolete after the deltacat/rivulet metastore unification. Also - we should fully reconcile the code within rivulet which produces metafiles with storage/interface.py (and storage/main/impl.py implementation)
Acceptance Criteria:
All access of metastore files replaced with storage interface calls
Remove unecessary wrappers around metastore, like the DatasetMetastore class
Remove unecessary file IO classes/utilities like InputFile, OutputFile, FileStore, FileProvider
The text was updated successfully, but these errors were encountered:
The goal of this ticket is to remove classes which are irrelevant/obsolete after the deltacat/rivulet metastore unification. Also - we should fully reconcile the code within rivulet which produces metafiles with storage/interface.py (and storage/main/impl.py implementation)
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: