Commit 273991e
authored
feat(reader): Make ArrowReaderBuilder::new public (apache#1748)
## Which issue does this PR close?
- Part of apache#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#25281 parent 471ef6b commit 273991e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments