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

Michael Armbrust updated SPARK-3236:
------------------------------------

            Priority: Blocker  (was: Major)
    Target Version/s: 1.1.0

> Reading Parquet tables from Metastore mangles location
> ------------------------------------------------------
>
>                 Key: SPARK-3236
>                 URL: https://issues.apache.org/jira/browse/SPARK-3236
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Aaron Davidson
>            Assignee: Aaron Davidson
>            Priority: Blocker
>
> Currently we do "relation.hiveQlTable.getDataLocation.getPath", which returns 
> the path-part of the URI (e.g., s3n://my-bucket/my-path => /my-path). We 
> should do "relation.hiveQlTable.getDataLocation.toString" instead, as a URI's 
> toString returns a faithful representation of the full URI, which can later 
> be passed into a Hadoop Path.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to