-
Notifications
You must be signed in to change notification settings - Fork 43
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
Upgrade to parquet 1.8.1 #20
base: master
Are you sure you want to change the base?
Conversation
This looks good, but I like to have the Presto changes ready first instead so that we know if anything is missing. I made most of the changes here in this branch so that it compiles: https://github.com/electrum/presto/tree/parquet With the exception of |
There are other parts of the code that imports hive's parquet classes so this change should be tested properly to see whether we hit old/new parquet package/class conflicts.
|
@electrum @zhenxiao I am currently looking at upgrading presto to parquet 1.8.1 and hit some issues during runtime. Presto's hive-apache package depends on hive 1.2 and that version still uses the old parquet packages ( For example, in my tests when querying a parquet table presto creates an instance of |
@nezihyigitbasi |
+1 |
@nezihyigitbasi -- what's the status of this PR? |
@dain @electrum here is my draft. Need to update presto parquet code namespaces when a new presto-hive-apache version is released