Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-24797

Analyzer should respect spark.sql.hive.convertMetastoreOrc/Parquet when build the data source table

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 2.3.0, 2.3.1
    • None
    • SQL
    • None

    Description

      the current code path ignore the value of spark.sql.hive.convertMetastoreParquet when building data source table 

       

      https://github.com/apache/spark/blob/e0559f238009e02c40f65678fec691c07904e8c0/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceStrategy.scala#L263

       

      as a result, even I turned off spark.sql.hive.convertMetastoreParquet, Spark SQL still uses its own parquet reader to access table instead of delegate to serder

      Attachments

        Activity

          People

            Unassigned Unassigned
            codingcat Nan Zhu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: