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

fix: fixes panic on empty write #2254

Merged
merged 4 commits into from
Mar 6, 2024

Conversation

aersam
Copy link
Contributor

@aersam aersam commented Mar 6, 2024

Description

Just adds a test to check_preconditions to avoid failure when writing an empty RecordBatchReader

In addition I had to fix chrono to 0.4.34, since 0.4.35 seems to be breaking the tests, delta-rs uses some deprecated methods

Related Issue(s)

@github-actions github-actions bot added binding/python Issues for the Python package binding/rust Issues for the Rust crate labels Mar 6, 2024
@rtyler rtyler enabled auto-merge (rebase) March 6, 2024 15:41
@ion-elgreco
Copy link
Collaborator

@aersam can you make it possible that we can update branches in your repo? Then we can just rebase ourselves :)

@rtyler rtyler disabled auto-merge March 6, 2024 19:26
@rtyler rtyler merged commit 42767ff into delta-io:main Mar 6, 2024
23 checks passed
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.

Rust writer panics on empty record batches
3 participants