wangyum commented on a change in pull request #23788: [SPARK-27176][SQL] 
Upgrade hadoop-3's built-in Hive maven dependencies to 2.3.4
URL: https://github.com/apache/spark/pull/23788#discussion_r270049714
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -1697,6 +1723,19 @@
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy-all</artifactId>
           </exclusion>
+          <!-- Hive 2.3.4 -->
+          <exclusion>
 
 Review comment:
   Exclude `parquet-hadoop-bundle`, otherwise:
   ```java
   build/sbt clean package -Phadoop-3.2 -Phive
   ...
   [error] 
/home/yumwang/opensource/spark/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormat.scala:36:
 value JobSummaryLevel is not a member of object 
org.apache.parquet.hadoop.ParquetOutputFormat
   [error] import org.apache.parquet.hadoop.ParquetOutputFormat.JobSummaryLevel
   ```

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to