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
feat(reader): Make ArrowReaderBuilder::new public (#1748)
## Which issue does this PR close?
- Part of #1749.
## What changes are included in this PR?
- Change `ArrowReaderBuilder::new` to be `pub` instead of `pub(crate)`.
## Are these changes tested?
- No new tests for this. Currently being used in DataFusion Comet:
apache/datafusion-comet#2528
0 commit comments