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: support partial statistics in JSON #1599

Merged
merged 5 commits into from
Aug 28, 2023

Conversation

CurtHagenlocher
Copy link
Contributor

Description

Allows the min_values, max_values and null_count in the JSON file statistics to be null without changing the public API of the Stats struct.

Related Issue(s)

@github-actions
Copy link

ACTION NEEDED

delta-rs follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

@CurtHagenlocher CurtHagenlocher changed the title Nullable2 Support partial statistics in JSON Aug 23, 2023
@CurtHagenlocher CurtHagenlocher changed the title Support partial statistics in JSON fix: Support partial statistics in JSON Aug 23, 2023
@CurtHagenlocher CurtHagenlocher changed the title fix: Support partial statistics in JSON fix: support partial statistics in JSON Aug 23, 2023
@rtyler rtyler enabled auto-merge (rebase) August 25, 2023 05:12
@rtyler rtyler merged commit 8d5a61c into delta-io:main Aug 28, 2023
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate rust
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deltalake.PyDeltaTableError: Invalid JSON in log record: missing field minValues at line 1 column 16
3 participants