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

Parquet scan COMET_DATAFUSION and COMET_ICEBERG_COMPAT fail to read uint8, uint16 values correctly #1348

Open
parthchandra opened this issue Jan 28, 2025 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@parthchandra
Copy link
Contributor

Describe the bug

Multiple unit tests fail because the scan is returning nulls for values that represent negative values in an int32.
This is most likely due to apache/arrow-rs#7040 which has more details.

Steps to reproduce

No response

Expected behavior

No response

Additional context

No response

@parthchandra parthchandra added the bug Something isn't working label Jan 28, 2025
@parthchandra
Copy link
Contributor Author

The original value written by Comet writes illegal values due to apache/parquet-java#3142

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants