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 FixedLenByteArray UUID statistics as a logical scalar #1483

Closed
atefsaw opened this issue Jun 21, 2023 · 0 comments · Fixed by #1484
Closed

Support FixedLenByteArray UUID statistics as a logical scalar #1483

atefsaw opened this issue Jun 21, 2023 · 0 comments · Fixed by #1484
Labels
enhancement New feature or request

Comments

@atefsaw
Copy link
Contributor

atefsaw commented Jun 21, 2023

Description

As of today, we can't produce a StatsScalar from a UUID data type that is built with a FixedLenByteArray.

Use Case
Some parquet writers store UUID logical types with a FixedLenByteArray physical type so this library won't be able to produce min/max/null count statistics for their parquet files.

Related Issue(s)

@atefsaw atefsaw added the enhancement New feature or request label Jun 21, 2023
wjones127 pushed a commit that referenced this issue Jun 28, 2023
# Description
This PR adds support for calculating statistics of FixedLenByteArray
UUID columns.

# Related Issue(s)
- closes #1483

# Documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant