You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Gengliang Wang (JIRA)" <ji...@apache.org> on 2019/01/08 12:42:00 UTC

[jira] [Created] (SPARK-26571) Update Hive Serde mapping with canonical name of Parquet and Orc FileFormat

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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org