wangyum commented on a change in pull request #24371: 
[SPARK-27176][FOLLOW-UP][SQL] Shade Parquet to sql/core
URL: https://github.com/apache/spark/pull/24371#discussion_r276238729
 
 

 ##########
 File path: 
sql/hive/src/test/scala/org/apache/spark/sql/sources/ParquetHadoopFsRelationSuite.scala
 ##########
 @@ -124,7 +123,7 @@ class ParquetHadoopFsRelationSuite extends 
HadoopFsRelationTest {
 
   test("SPARK-8604: Parquet data source should write summary file while doing 
appending") {
     withSQLConf(
-        ParquetOutputFormat.JOB_SUMMARY_LEVEL -> "ALL",
+        "parquet.summary.metadata.level" -> "ALL",
 
 Review comment:
   ```java
   build/mvn clean package -Phadoop-3.2 -DskipTests=true
   ...
   [info] Compiling 90 Scala sources and 17 Java sources to 
/home/yumwang/opensource/apache-spark/sql/hive/target/scala-2.12/test-classes...
   [error] 
/home/yumwang/opensource/apache-spark/sql/hive/src/test/scala/org/apache/spark/sql/sources/ParquetHadoopFsRelationSuite.scala:127:
 value JOB_SUMMARY_LEVEL is not a member of object 
org.apache.parquet.hadoop.ParquetOutputFormat
   [error]         ParquetOutputFormat.JOB_SUMMARY_LEVEL -> "ALL",
   [error]                             ^
   [error] one error found
   [error] Compile failed at Apr 17, 2019 6:14:45 AM [7.629s]
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to