aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql/readwriter.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11967][SQL] Consistent use of varargs for multiple paths in DataFrameR...Reynold Xin2015-11-241-7/+12
* [SPARK-11804] [PYSPARK] Exception raise when using Jdbc predicates opt…Jeff Zhang2015-11-181-5/+5
* [SPARK-11745][SQL] Enable more JSON parsing optionsReynold Xin2015-11-161-0/+10
* [HOTFIX] Fix python tests after #9527Michael Armbrust2015-11-061-1/+1
* [SPARK-11292] [SQL] Python API for text data sourceReynold Xin2015-10-281-2/+25
* [SPARK-10185] [SQL] Feat sql comma separated pathsKoert Kuipers2015-10-171-1/+13
* [SPARK-10373] [PYSPARK] move @since into pyspark from sqlDavies Liu2015-09-081-2/+1
* [SPARK-9964] [PYSPARK] [SQL] PySpark DataFrameReader accept RDD of String for...Yanbo Liang2015-08-261-6/+22
* [SPARK-9828] [PYSPARK] Mutable values should not be default argumentsMechCoder2015-08-141-2/+6
* [SPARK-6591] [SQL] Python data source load options should auto convert common...Yijie Shen2015-08-051-3/+14
* [SPARK-9100] [SQL] Adds DataFrame reader/writer shortcut methods for ORCCheng Lian2015-07-211-3/+41
* [SPARK-8698] partitionBy in Python DataFrame reader/writer interface should n...Reynold Xin2015-06-291-8/+13
* [SPARK-8355] [SQL] Python DataFrameReader/Writer should mirror ScalaCheolsoo Park2015-06-291-0/+14
* [SPARK-8532] [SQL] In Python's DataFrameWriter, save/saveAsTable/json/parquet...Yin Huai2015-06-221-11/+19
* [SPARK-8060] Improve DataFrame Python test coverage and documentation.Reynold Xin2015-06-031-119/+98
* [SPARK-8021] [SQL] [PYSPARK] make Python read/write API consistent with ScalaDavies Liu2015-06-021-27/+94
* [SPARK-7840] add insertInto() to WriterDavies Liu2015-05-231-7/+15
* [SPARK-7606] [SQL] [PySpark] add version to Python SQL API docsDavies Liu2015-05-201-0/+15
* [SPARK-7738] [SQL] [PySpark] add reader and writer API in PythonDavies Liu2015-05-191-0/+338