aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/resources
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-11-24 18:16:07 -0800
committerReynold Xin <rxin@databricks.com>2015-11-24 18:16:07 -0800
commit25bbd3c16e8e8be4d2c43000223d54650e9a3696 (patch)
tree36a82e11908fa11f1a45447d6e493b80af240a2a /sql/core/src/test/resources
parent238ae51b66ac12d15fba6aff061804004c5ca6cb (diff)
downloadspark-25bbd3c16e8e8be4d2c43000223d54650e9a3696.tar.gz
spark-25bbd3c16e8e8be4d2c43000223d54650e9a3696.tar.bz2
spark-25bbd3c16e8e8be4d2c43000223d54650e9a3696.zip
[SPARK-11967][SQL] Consistent use of varargs for multiple paths in DataFrameReader
This patch makes it consistent to use varargs in all DataFrameReader methods, including Parquet, JSON, text, and the generic load function. Also added a few more API tests for the Java API. Author: Reynold Xin <rxin@databricks.com> Closes #9945 from rxin/SPARK-11967.
Diffstat (limited to 'sql/core/src/test/resources')
-rw-r--r--sql/core/src/test/resources/text-suite2.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/core/src/test/resources/text-suite2.txt b/sql/core/src/test/resources/text-suite2.txt
new file mode 100644
index 0000000000..f9d498c804
--- /dev/null
+++ b/sql/core/src/test/resources/text-suite2.txt
@@ -0,0 +1 @@
+This is another file for testing multi path loading.