ARROW-11707: [Rust] support CSV schema inference without file IO#9534
ARROW-11707: [Rust] support CSV schema inference without file IO#9534houqp wants to merge 3 commits into
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9534 +/- ##
=======================================
Coverage 82.32% 82.32%
=======================================
Files 245 245
Lines 56412 56414 +2
=======================================
+ Hits 46442 46445 +3
+ Misses 9970 9969 -1
Continue to review full report at Codecov.
|
I was going to wait for #9534 (comment) |
|
Makes sense @nevi-me -- sorry I was getting lost with the comment threads. Thank you |
|
alright, pushed reader offset rewind fix. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #9534 +/- ##
=======================================
Coverage 82.32% 82.32%
=======================================
Files 245 245
Lines 56412 56414 +2
=======================================
+ Hits 46442 46445 +3
+ Misses 9970 9969 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This patch set makes it possible for downstream application to do schema inference with IOs other than local filesystem.