Aaron Davidson created SPARK-3236:
-------------------------------------

             Summary: 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


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

Reply via email to