spark-instrumented-optimizer/sql/core/src/test/resources
Reynold Xin e1a897b657 [SPARK-11274] [SQL] Text data source support for Spark SQL.
This adds API for reading and writing text files, similar to SparkContext.textFile and RDD.saveAsTextFile.
```
SQLContext.read.text("/path/to/something.txt")
DataFrame.write.text("/path/to/write.txt")
```

Using the new Dataset API, this also supports
```
val ds: Dataset[String] = SQLContext.read.text("/path/to/something.txt").as[String]
```

Author: Reynold Xin <rxin@databricks.com>

Closes #9240 from rxin/SPARK-11274.
2015-10-23 13:04:06 -07:00
..
META-INF/services [SPARK-9486][SQL] Add data source aliasing for external packages 2015-08-08 11:03:01 -07:00
dec-in-i32.parquet [SPARK-11007] [SQL] Adds dictionary aware Parquet decimal converters 2015-10-12 10:17:19 -07:00
dec-in-i64.parquet [SPARK-11007] [SQL] Adds dictionary aware Parquet decimal converters 2015-10-12 10:17:19 -07:00
log4j.properties [SPARK-7743] [SQL] Parquet 1.7 2015-06-04 11:32:03 -07:00
nested-array-struct.parquet [SPARK-9340] [SQL] Fixes converting unannotated Parquet lists 2015-08-11 12:46:33 +08:00
old-repeated-int.parquet [SPARK-9340] [SQL] Fixes converting unannotated Parquet lists 2015-08-11 12:46:33 +08:00
old-repeated-message.parquet [SPARK-9340] [SQL] Fixes converting unannotated Parquet lists 2015-08-11 12:46:33 +08:00
old-repeated.parquet [SPARK-9340] [SQL] Fixes converting unannotated Parquet lists 2015-08-11 12:46:33 +08:00
parquet-thrift-compat.snappy.parquet [SPARK-9340] [SQL] Fixes converting unannotated Parquet lists 2015-08-11 12:46:33 +08:00
proto-repeated-string.parquet [SPARK-9340] [SQL] Fixes converting unannotated Parquet lists 2015-08-11 12:46:33 +08:00
proto-repeated-struct.parquet [SPARK-9340] [SQL] Fixes converting unannotated Parquet lists 2015-08-11 12:46:33 +08:00
proto-struct-with-array-many.parquet [SPARK-9340] [SQL] Fixes converting unannotated Parquet lists 2015-08-11 12:46:33 +08:00
proto-struct-with-array.parquet [SPARK-9340] [SQL] Fixes converting unannotated Parquet lists 2015-08-11 12:46:33 +08:00
text-suite.txt [SPARK-11274] [SQL] Text data source support for Spark SQL. 2015-10-23 13:04:06 -07:00