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

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

     [ https://issues.apache.org/jira/browse/SPARK-26571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dongjoon Hyun resolved SPARK-26571.
-----------------------------------
       Resolution: Fixed
         Assignee: Gengliang Wang
    Fix Version/s: 3.0.0
                   2.4.1

This is resolved via https://github.com/apache/spark/pull/23491 
Thank you, [~Gengliang.Wang] and [~cloud_fan].

> 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
>            Assignee: Gengliang Wang
>            Priority: Minor
>             Fix For: 2.4.1, 3.0.0
>
>
> Currently 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