aboutsummaryrefslogtreecommitdiff
path: root/python/test_support
diff options
context:
space:
mode:
authorKoert Kuipers <koert@tresata.com>2015-10-17 14:56:24 -0700
committerDavies Liu <davies.liu@gmail.com>2015-10-17 14:56:24 -0700
commit57f83e36d63bbd79663c49a6c1e8f6c3c8fe4789 (patch)
treebb148c00e30b44acca2bcc913cadb81dab76b3a3 /python/test_support
parent254937420678a299f06b6f4e2696c623da56cf3a (diff)
downloadspark-57f83e36d63bbd79663c49a6c1e8f6c3c8fe4789.tar.gz
spark-57f83e36d63bbd79663c49a6c1e8f6c3c8fe4789.tar.bz2
spark-57f83e36d63bbd79663c49a6c1e8f6c3c8fe4789.zip
[SPARK-10185] [SQL] Feat sql comma separated paths
Make sure comma-separated paths get processed correcly in ResolvedDataSource for a HadoopFsRelationProvider Author: Koert Kuipers <koert@tresata.com> Closes #8416 from koertkuipers/feat-sql-comma-separated-paths.
Diffstat (limited to 'python/test_support')
-rw-r--r--python/test_support/sql/people1.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/test_support/sql/people1.json b/python/test_support/sql/people1.json
new file mode 100644
index 0000000000..6d217da77d
--- /dev/null
+++ b/python/test_support/sql/people1.json
@@ -0,0 +1,2 @@
+{"name":"Jonathan", "aka": "John"}
+