aboutsummaryrefslogtreecommitdiff
path: root/python/test_support
diff options
context:
space:
mode:
authorCheng Lian <lian@databricks.com>2015-07-21 15:08:44 +0800
committerCheng Lian <lian@databricks.com>2015-07-21 15:08:44 +0800
commitd38c5029a2ca845e2782096044a6412b653c9f95 (patch)
tree80c71a2f152e5bdd348edf66599f0a3892236ad6 /python/test_support
parent1ddd0f2f1688560f88470e312b72af04364e2d49 (diff)
downloadspark-d38c5029a2ca845e2782096044a6412b653c9f95.tar.gz
spark-d38c5029a2ca845e2782096044a6412b653c9f95.tar.bz2
spark-d38c5029a2ca845e2782096044a6412b653c9f95.zip
[SPARK-9100] [SQL] Adds DataFrame reader/writer shortcut methods for ORC
This PR adds DataFrame reader/writer shortcut methods for ORC in both Scala and Python. Author: Cheng Lian <lian@databricks.com> Closes #7444 from liancheng/spark-9100 and squashes the following commits: 284d043 [Cheng Lian] Fixes PySpark test cases and addresses PR comments e0b09fb [Cheng Lian] Adds DataFrame reader/writer shortcut methods for ORC
Diffstat (limited to 'python/test_support')
-rw-r--r--python/test_support/sql/orc_partitioned/._SUCCESS.crcbin0 -> 8 bytes
-rwxr-xr-xpython/test_support/sql/orc_partitioned/_SUCCESS0
-rw-r--r--python/test_support/sql/orc_partitioned/b=0/c=0/.part-r-00000-829af031-b970-49d6-ad39-30460a0be2c8.orc.crcbin0 -> 12 bytes
-rwxr-xr-xpython/test_support/sql/orc_partitioned/b=0/c=0/part-r-00000-829af031-b970-49d6-ad39-30460a0be2c8.orcbin0 -> 168 bytes
-rw-r--r--python/test_support/sql/orc_partitioned/b=1/c=1/.part-r-00000-829af031-b970-49d6-ad39-30460a0be2c8.orc.crcbin0 -> 12 bytes
-rwxr-xr-xpython/test_support/sql/orc_partitioned/b=1/c=1/part-r-00000-829af031-b970-49d6-ad39-30460a0be2c8.orcbin0 -> 168 bytes
6 files changed, 0 insertions, 0 deletions
diff --git a/python/test_support/sql/orc_partitioned/._SUCCESS.crc b/python/test_support/sql/orc_partitioned/._SUCCESS.crc
new file mode 100644
index 0000000000..3b7b044936
--- /dev/null
+++ b/python/test_support/sql/orc_partitioned/._SUCCESS.crc
Binary files differ
diff --git a/python/test_support/sql/orc_partitioned/_SUCCESS b/python/test_support/sql/orc_partitioned/_SUCCESS
new file mode 100755
index 0000000000..e69de29bb2
--- /dev/null
+++ b/python/test_support/sql/orc_partitioned/_SUCCESS
diff --git a/python/test_support/sql/orc_partitioned/b=0/c=0/.part-r-00000-829af031-b970-49d6-ad39-30460a0be2c8.orc.crc b/python/test_support/sql/orc_partitioned/b=0/c=0/.part-r-00000-829af031-b970-49d6-ad39-30460a0be2c8.orc.crc
new file mode 100644
index 0000000000..834cf0b7f2
--- /dev/null
+++ b/python/test_support/sql/orc_partitioned/b=0/c=0/.part-r-00000-829af031-b970-49d6-ad39-30460a0be2c8.orc.crc
Binary files differ
diff --git a/python/test_support/sql/orc_partitioned/b=0/c=0/part-r-00000-829af031-b970-49d6-ad39-30460a0be2c8.orc b/python/test_support/sql/orc_partitioned/b=0/c=0/part-r-00000-829af031-b970-49d6-ad39-30460a0be2c8.orc
new file mode 100755
index 0000000000..4943801873
--- /dev/null
+++ b/python/test_support/sql/orc_partitioned/b=0/c=0/part-r-00000-829af031-b970-49d6-ad39-30460a0be2c8.orc
Binary files differ
diff --git a/python/test_support/sql/orc_partitioned/b=1/c=1/.part-r-00000-829af031-b970-49d6-ad39-30460a0be2c8.orc.crc b/python/test_support/sql/orc_partitioned/b=1/c=1/.part-r-00000-829af031-b970-49d6-ad39-30460a0be2c8.orc.crc
new file mode 100644
index 0000000000..693dceeee3
--- /dev/null
+++ b/python/test_support/sql/orc_partitioned/b=1/c=1/.part-r-00000-829af031-b970-49d6-ad39-30460a0be2c8.orc.crc
Binary files differ
diff --git a/python/test_support/sql/orc_partitioned/b=1/c=1/part-r-00000-829af031-b970-49d6-ad39-30460a0be2c8.orc b/python/test_support/sql/orc_partitioned/b=1/c=1/part-r-00000-829af031-b970-49d6-ad39-30460a0be2c8.orc
new file mode 100755
index 0000000000..4cbb95ae02
--- /dev/null
+++ b/python/test_support/sql/orc_partitioned/b=1/c=1/part-r-00000-829af031-b970-49d6-ad39-30460a0be2c8.orc
Binary files differ