spark-instrumented-optimizer/sql/hive
Cheng Lian a71cbbdea5 [SPARK-8458] [SQL] Don't strip scheme part of output path when writing ORC files
`Path.toUri.getPath` strips scheme part of output path (from `file:///foo` to `/foo`), which causes ORC data source only writes to the file system configured in Hadoop configuration. Should use `Path.toString` instead.

Author: Cheng Lian <lian@databricks.com>

Closes #6892 from liancheng/spark-8458 and squashes the following commits:

87f8199 [Cheng Lian] Don't strip scheme of output path when writing ORC files
2015-06-18 22:01:52 -07:00
..
compatibility/src/test/scala/org/apache/spark/sql/hive/execution [SPARK-8283][SQL] Resolve udf_struct test failure in HiveCompatibilitySuite 2015-06-17 23:46:57 -07:00
src [SPARK-8458] [SQL] Don't strip scheme part of output path when writing ORC files 2015-06-18 22:01:52 -07:00
pom.xml [SPARK-7801] [BUILD] Updating versions to SPARK 1.5.0 2015-06-03 10:11:27 -07:00