-
Notifications
You must be signed in to change notification settings - Fork 853
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
module data_type
is private in Rust Parquet 8.0.0
#1302
Comments
Executing some code from stack overflow which works with the Rust parquet crate versions earlier than 8.0.0. The error generated by the use parquet::data_type::ByteArray; import suggests the data_type module is not made public. Not sure if this a release change or a bug.
|
Hi @ScottSyms -- thanks for the report and sorry for the issue you are encountering I think this is fixed in arrow 9.0.0 (in #1244 from @tustvold ), which is due to be released later today or tomorrow. There is a workaround (add the |
Awesome- thanks for the quick response!! |
data_type
is private in Rust Parquet 8.0.0
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: