[ 
https://issues.apache.org/jira/browse/DRILL-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16475192#comment-16475192
 ] 

ASF GitHub Bot commented on DRILL-6353:
---------------------------------------

vrozov commented on a change in pull request #1259: DRILL-6353: Upgrade Parquet 
MR dependencies
URL: https://github.com/apache/drill/pull/1259#discussion_r188148618
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -44,7 +44,7 @@
     <dep.slf4j.version>1.7.6</dep.slf4j.version>
     <dep.guava.version>18.0</dep.guava.version>
     <forkCount>2</forkCount>
-    <parquet.version>1.8.1-drill-r0</parquet.version>
+    <parquet.version>1.10.0</parquet.version>
 
 Review comment:
   `1.8.3` as well as `1.8.1-drill-r0` are supposed to be a patch release on 
top of `1.8.0`. Unfortunately `parquet-mr` does not properly follow semantic 
versioning and have functional and API level changes in the patch releases. On 
top of that, both `1.9.0` and `1.10.0` are not backward compatible with `1.8.0` 
and/or `1.8.3`, so upgrade to `1.8.3` will not help us with the upgrade to 
`1.10.0` later either or make it safer. I'd suggest to pay the price once. 
Additionally, the latest parquet version may have a functionality to be used in 
filter pushdown. @arina-ielchiieva what is your take?
   
   Parquet libraries used by hive are shaded within `drill-hive-exec-shaded`, 
so hive is guarded from the parquet-mr library upgrade.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Upgrade Parquet MR dependencies
> -------------------------------
>
>                 Key: DRILL-6353
>                 URL: https://issues.apache.org/jira/browse/DRILL-6353
>             Project: Apache Drill
>          Issue Type: Task
>            Reporter: Vlad Rozov
>            Assignee: Vlad Rozov
>            Priority: Major
>             Fix For: 1.14.0
>
>
> Upgrade from a custom build {{1.8.1-drill-r0}} to Apache release {{1.10.0}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to