Github user gatorsmile commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20087#discussion_r161698209
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetOptions.scala
 ---
    @@ -76,7 +76,7 @@ object ParquetOptions {
       val MERGE_SCHEMA = "mergeSchema"
     
       // The parquet compression short names
    -  private val shortParquetCompressionCodecNames = Map(
    +  val shortParquetCompressionCodecNames = Map(
    --- End diff --
    
    The same here.


---

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

Reply via email to