spark-instrumented-optimizer/R/pkg/inst/tests
Davies Liu f8c6bec657 [SPARK-11197][SQL] run SQL on files directly
This PR introduce a new feature to run SQL directly on files without create a table, for example:

```
select id from json.`path/to/json/files` as j
```

Author: Davies Liu <davies@databricks.com>

Closes #9173 from davies/source.
2015-10-21 13:38:30 -07:00
..
jarTest.R [SPARK-8607] SparkR -- jars not being added to application classpath correctly 2015-06-26 17:06:16 -07:00
packageInAJarTest.R [SPARK-8313] R Spark packages support 2015-08-04 18:20:12 -07:00
test_binary_function.R [SPARK-9053] [SPARKR] Fix spaces around parens, infix operators etc. 2015-07-31 09:33:38 -07:00
test_binaryFile.R [SPARK-8808] [SPARKR] Fix assignments in SparkR. 2015-07-14 22:21:01 -07:00
test_broadcast.R [SPARK-7230] [SPARKR] Make RDD private in SparkR. 2015-05-05 14:40:33 -07:00
test_client.R Use vector-friendly comparison for packages argument. 2015-07-28 10:45:19 -07:00
test_context.R [SPARK-8452] [SPARKR] expose jobGroup API in SparkR 2015-06-19 15:51:59 -07:00
test_includeJAR.R [SPARK-8549] [SPARKR] Fix the line length of SparkR 2015-07-05 20:50:02 -07:00
test_includePackage.R [SPARK-5654] Integrate SparkR 2015-04-08 22:45:40 -07:00
test_mllib.R [SPARK-10668] [ML] Use WeightedLeastSquares in LinearRegression with L… 2015-10-19 10:46:10 -07:00
test_parallelize_collect.R [SPARK-7714] [SPARKR] SparkR tests should use more specific expectations than expect_true 2015-07-01 09:50:12 -07:00
test_rdd.R [SPARK-9053] [SPARKR] Fix spaces around parens, infix operators etc. 2015-07-31 09:33:38 -07:00
test_Serde.R [MINOR] [SPARKR] Fix some validation problems in SparkR 2015-08-26 18:14:32 -07:00
test_shuffle.R [SPARK-8548] [SPARKR] Remove the trailing whitespaces from the SparkR files 2015-06-22 20:55:38 -07:00
test_sparkSQL.R [SPARK-11197][SQL] run SQL on files directly 2015-10-21 13:38:30 -07:00
test_take.R [SPARK-7714] [SPARKR] SparkR tests should use more specific expectations than expect_true 2015-07-01 09:50:12 -07:00
test_textFile.R [SPARK-8808] [SPARKR] Fix assignments in SparkR. 2015-07-14 22:21:01 -07:00
test_utils.R [SPARK-8808] [SPARKR] Fix assignments in SparkR. 2015-07-14 22:21:01 -07:00