Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ported arrow2-convert to use arrow-rs library. #1

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Conversation

Swoorup
Copy link
Owner

@Swoorup Swoorup commented Mar 28, 2024

Migrate from arrow2 to arrow-rs:

High level change mapping:

  • Chunk becomes RecordBatch
  • DataType::Extension has no equivalent, hence tests are commented out.
  • Builder arrays don't have common traits usage for this crate that allows for mutation operations like append_option, append_null. And not all builders implement traits uniformly. Hence custom traits like are defined like IntoArrowArrayIterator, PushNull.
  • ScalarBuffer<u8> and Buffer have the same semantics. They are equivalent to Buffer<u8> from arrow2

@Swoorup Swoorup merged commit cc32c2f into main Mar 28, 2024
5 checks passed
@Swoorup Swoorup deleted the sj-migrate-to-arrow branch March 28, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant