-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Resolve deprecations in Parquet #1802
Labels
Comments
Some deprecations may be easy to fix (i already fixed some trivial ones). Some require more thought, like |
findepi
changed the title
Resolve deprecations in ORC, Parquet
Resolve deprecations in Parquet
Oct 18, 2019
Closed
|
nevillelyh
added a commit
to nevillelyh/trino
that referenced
this issue
Aug 8, 2022
- Replace OriginalType with LogicalTypeAnnotation whenever possible - Kept parts of MessageTypeConverter and MetadataReader since they're needed for compatibility reasons
nevillelyh
added a commit
to nevillelyh/trino
that referenced
this issue
Aug 8, 2022
- Replace OriginalType with LogicalTypeAnnotation whenever possible - Refactor test list & map wrappers for consistency
This was referenced Aug 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
presto-orc
has very few deprecation warnings and these are probably unavoidable (related to #37)however
presto-parquet
has many more. We should resolve them, as they often signal upcoming breaking changes.The text was updated successfully, but these errors were encountered: