refactor(arrow2): daft-csv crate#6298
Merged
universalmind303 merged 11 commits intomainfrom Feb 27, 2026
Merged
Conversation
Move type coercion (Utf8→LargeUtf8, Binary→LargeBinary) upstream into arrow2's CSV inference and remove the now-unnecessary cast_array_for_daft_if_needed compatibility shim, along with the daft-arrow dependency from daft-core.
…w-rs Replace daft-arrow (arrow2) dependencies with native arrow-rs crates (arrow-schema, arrow-array, arrow-buffer) and the sync csv crate. This removes the arrow2 CSV I/O layer, inlining row reading helpers and rewriting deserialization to use arrow-rs builders and primitive types instead of arrow2's TrustedLen-based APIs.
Contributor
Greptile SummaryThis PR refactors the Key improvements:
Notable changes:
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 869da3c |
Member
Author
…w-rs-csv # Conflicts: # src/daft-json/src/decoding.rs # src/daft-json/src/local.rs # src/daft-json/src/read.rs
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6298 +/- ##
==========================================
- Coverage 74.37% 74.32% -0.06%
==========================================
Files 1006 1006
Lines 134209 134292 +83
==========================================
- Hits 99823 99810 -13
- Misses 34386 34482 +96
🚀 New features to boost your workflow:
|
Member
Author
…entual-Inc/Daft into universalmind303/arrow-rs-csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes Made
Related Issues