Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13918#discussion_r68522055
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormat.scala
 ---
    @@ -915,15 +917,14 @@ private[sql] object ParquetFileFormat extends Logging 
{
     
         // For parquet-mr 1.6.0 and lower versions bundled with Hive, which 
are under `parquet`
         // namespace.
    -    try {
    -      // scalastyle:off classforname
    -      Class.forName("parquet.Log")
    -      // scalastyle:on classforname
    -      redirect(JLogger.getLogger("parquet"))
    -    } catch { case _: Throwable =>
    -      // SPARK-9974: com.twitter:parquet-hadoop-bundle:1.6.0 is not 
packaged into the assembly
    -      // when Spark is built with SBT. So `parquet.Log` may not be found.  
This try/catch block
    -      // should be removed after this issue is fixed.
    -    }
    --- End diff --
    
    SPARK-9974 was resolved.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to