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

Support writing statistics for date columns in Rust #1209

Closed
wjones127 opened this issue Mar 6, 2023 · 0 comments · Fixed by #1397
Closed

Support writing statistics for date columns in Rust #1209

wjones127 opened this issue Mar 6, 2023 · 0 comments · Fixed by #1397
Labels
binding/rust Issues for the Rust crate enhancement New feature or request good first issue Good for newcomers

Comments

@wjones127
Copy link
Collaborator

Description

Use Case

Related Issue(s)

@wjones127 wjones127 added enhancement New feature or request good first issue Good for newcomers binding/rust Issues for the Rust crate labels Mar 6, 2023
roeap pushed a commit to roeap/delta-rs that referenced this issue Jun 2, 2023
# Description

* Removed the data copies in a tight loop, which were extremely bad for
performance when writing files > 100MB.
* Rewrote statistics handling to collect null values from metadata, just
like min and max.
* Added support for more types in statistics.

# Related Issue(s)

- closes delta-io#1394
- closes delta-io#1209 
- closes delta-io#1208


# Documentation

<!---
Share links to useful documentation
--->
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 enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant