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
FeatherFileReader is mostly a copy-paste from ParquetFileReader and this ticket is to address the following TODO in the codebase:
Feather file reader. This class is not thread safe
This is mostly a copy-pasta from ParquetFileReader
TODO can consider abstracting code between this and ParquetFileReader
Acceptance criteria
Create abstract FileReader interface that can be used to read from Feather, Parquet and others in future
Update existing FeatherFileReader and ParquetFileReader to use FileReader
The text was updated successfully, but these errors were encountered:
FeatherFileReader is mostly a copy-paste from ParquetFileReader and this ticket is to address the following TODO in the codebase:
Acceptance criteria
The text was updated successfully, but these errors were encountered: