[
https://issues.apache.org/jira/browse/SPARK-15025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yin Huai resolved SPARK-15025.
------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
Issue resolved by pull request 12804
[https://github.com/apache/spark/pull/12804]
> creating datasource table with option (PATH) results in duplicate path key in
> serdeProperties
> ---------------------------------------------------------------------------------------------
>
> Key: SPARK-15025
> URL: https://issues.apache.org/jira/browse/SPARK-15025
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 2.0.0
> Reporter: Xin Wu
> Fix For: 2.0.0
>
>
> Repro:
> {code}create table t1 using parquet options (PATH "/tmp/t1") as select 1 as
> a, 2 as b{code}
> This will create a hive external table whose dataLocation is
> "/someDefaultPath", which is not the same as the provided one. Yet,
> serdeInfo.parameters contain following key value pairs:
> PATH, "/tmp/t1"
> path, "/someDefaultPath"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]