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
(Where top-level interface refers to how DataFusion will use this library to read ORC files as that is the main intention of the crate)
Since we want this library to integrate with DataFusion, we should try provide a more clean interface for it to be able to read ORC files as record batches.
(Where top-level interface refers to how DataFusion will use this library to read ORC files as that is the main intention of the crate)
Since we want this library to integrate with DataFusion, we should try provide a more clean interface for it to be able to read ORC files as record batches.
In current way:
datafusion-orc/tests/basic/main.rs
Lines 14 to 22 in cbeb8bd
Similar can be said for async version.
We can take inspiration from how parquet does it:
The text was updated successfully, but these errors were encountered: