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

feat: merge schema by using record batch writer #2232

Closed
wants to merge 4 commits into from

Conversation

aersam
Copy link
Contributor

@aersam aersam commented Feb 29, 2024

Description

This is a counter proposal to my own PR here: #2229

The Idea is mainly to get completely rid of writer.rs and use RecordBatchWriter instead. I can hardly tell much about the side-effects, but so far it compiles :)

Related Issue(s)

Fixes #1386 (once completed, which it is NOT)

Documentation

@github-actions github-actions bot added binding/python Issues for the Python package binding/rust Issues for the Rust crate labels Feb 29, 2024
@aersam aersam mentioned this pull request Feb 29, 2024
3 tasks
@aersam
Copy link
Contributor Author

aersam commented Mar 1, 2024

Closing, since RecordBatchWriter seems to be older than writer.rs. I guess the better way would be replacing RecordBatchWriter, but this is a public Rust API, so probably not easy

@aersam aersam closed this Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Schema evolution mergeSchema support
1 participant