Gengliang Wang created SPARK-26571:
--------------------------------------

             Summary: Update Hive Serde mapping with canonical name of Parquet 
and Orc FileFormat
                 Key: SPARK-26571
                 URL: https://issues.apache.org/jira/browse/SPARK-26571
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Gengliang Wang


Current the following queries will lead to wrong Hive Serde:
df.write.format("org.apache.spark.sql.execution.datasources.parquet.ParquetFileFormat").saveAsTable(..)

df.write.format("org.apache.spark.sql.execution.datasources.orc.OrcFileFormat").saveAsTable(..)

This minor PR is to fix the mapping.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to