aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql/tests.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17100] [SQL] fix Python udf in filter on top of outer joinDavies Liu2016-09-191-0/+8
* [SPARK-17514] df.take(1) and df.limit(1).collect() should perform the same in...Josh Rosen2016-09-141-0/+18
* [SPARK-17474] [SQL] fix python udf in TakeOrderedAndProjectExecDavies Liu2016-09-121-0/+8
* [SPARK-17215][SQL] Method `SQLContext.parseDataType(dataTypeString: String)` ...jiangxingbo2016-08-241-1/+1
* [SPARK-17035] [SQL] [PYSPARK] Improve Timestamp not to lose precision for all...Dongjoon Hyun2016-08-161-0/+5
* [SPARK-16700][PYSPARK][SQL] create DataFrame from dict/Row with schemaDavies Liu2016-08-151-0/+16
* [SPARK-16062] [SPARK-15989] [SQL] Fix two bugs of Python-only UDTsLiang-Chi Hsieh2016-08-021-0/+35
* [SPARK-16175] [PYSPARK] handle None for UDTDavies Liu2016-06-281-0/+11
* [SPARK-16224] [SQL] [PYSPARK] SparkSession builder's configs need to be set t...Yin Huai2016-06-281-1/+42
* [SPARK-16220][SQL] Revert Change to Bring Back SHOW FUNCTIONS FunctionalityBill Chambers2016-06-271-1/+11
* [SPARK-16179][PYSPARK] fix bugs for Python udf in generateDavies Liu2016-06-241-0/+7
* [SPARK-16086] [SQL] [PYSPARK] create Row without any fieldsDavies Liu2016-06-211-0/+9
* Revert "[SPARK-16086] [SQL] fix Python UDF without arguments (for 1.6)"Xiangrui Meng2016-06-211-5/+0
* [SPARK-16086] [SQL] fix Python UDF without arguments (for 1.6)Davies Liu2016-06-201-0/+5
* [SPARK-15888] [SQL] fix Python UDF with aggregateDavies Liu2016-06-151-1/+9
* [SPARK-15953][WIP][STREAMING] Renamed ContinuousQuery to StreamingQueryTathagata Das2016-06-151-26/+26
* [SPARK-15933][SQL][STREAMING] Refactored DF reader-writer to use readStream a...Tathagata Das2016-06-141-19/+23
* [SPARK-15663][SQL] SparkSession.catalog.listFunctions shouldn't include the l...Sandeep Singh2016-06-131-11/+1
* [SPARK-15517][SQL][STREAMING] Add support for complete output mode in Structu...Tathagata Das2016-05-311-3/+4
* [SPARK-15342] [SQL] [PYSPARK] PySpark test for non ascii column name does not...Liang-Chi Hsieh2016-05-181-2/+9
* [SPARK-15171][SQL] Remove the references to deprecated method dataset.registe...Sean Zhong2016-05-181-12/+13
* [SPARK-15244] [PYTHON] Type of column name created with createDataFrame is no...Dongjoon Hyun2016-05-171-0/+7
* [SPARK-15037] [SQL] [MLLIB] Part2: Use SparkSession instead of SQLContext in ...Sandeep Singh2016-05-111-197/+182
* [SPARK-14716][SQL] Added support for partitioning in FileStreamSinkTathagata Das2016-05-031-2/+2
* [SPARK-15012][SQL] Simplify configuration API furtherAndrew Or2016-04-291-2/+2
* [SPARK-14988][PYTHON] SparkSession API follow-upsAndrew Or2016-04-291-2/+197
* [SPARK-14555] Second cut of Python API for Structured StreamingBurak Yavuz2016-04-281-34/+75
* [SPARK-14945][PYTHON] SparkSession Python APIAndrew Or2016-04-281-3/+1
* [SPARK-13266] [SQL] None read/writer options were not transalated to "null"Liang-Chi Hsieh2016-04-221-0/+3
* [SPARK-13842] [PYSPARK] pyspark.sql.types.StructType accessor enhancementsSheamus K. Parkes2016-04-201-4/+19
* [SPARK-14555] First cut of Python API for Structured StreamingBurak Yavuz2016-04-201-0/+93
* [SPARK-14717] [PYTHON] Scala, Python APIs for Dataset.unpersist differ in def...felixcheung2016-04-191-1/+1
* [SPARK-12981] [SQL] extract Pyhton UDF in physical planDavies Liu2016-04-041-0/+9
* [SPARK-14267] [SQL] [PYSPARK] execute multiple Python UDFs within single batchDavies Liu2016-03-311-1/+11
* [SPARK-14215] [SQL] [PYSPARK] Support chained Python UDFsDavies Liu2016-03-291-0/+9
* [SPARK-13713][SQL] Migrate parser from ANTLR3 to ANTLR4Herman van Hovell2016-03-281-2/+4
* [SPARK-14142][SQL] Replace internal use of unionAll with unionReynold Xin2016-03-241-2/+2
* [SPARK-13593] [SQL] improve the `createDataFrame` to accept data type string ...Wenchen Fan2016-03-081-3/+37
* [SPARK-13594][SQL] remove typed operations(e.g. map, flatMap) from python Dat...Wenchen Fan2016-03-021-12/+12
* [SPARK-13479][SQL][PYTHON] Added Python API for approxQuantileJoseph K. Bradley2016-02-241-0/+7
* [SPARK-13410][SQL] Support unionAll for DataFrames with UDT columns.Franklyn D'souza2016-02-211-0/+18
* [SPARK-13049] Add First/last with ignore nulls to functions.scalaHerman van Hovell2016-01-311-0/+10
* [SPARK-10847][SQL][PYSPARK] Pyspark - DataFrame - Optional Metadata with `Non...Jason Lee2016-01-271-0/+7
* [SPARK-12624][PYSPARK] Checks row length when converting Java arrays to Pytho...Cheng Lian2016-01-241-0/+9
* [SPARK-11295][PYSPARK] Add packages to JUnit output for Python testsGábor Lipták2016-01-201-0/+1
* Revert "[SPARK-11295] Add packages to JUnit output for Python tests"Xiangrui Meng2016-01-191-1/+0
* [SPARK-11295] Add packages to JUnit output for Python testsGábor Lipták2016-01-191-0/+1
* [SPARK-12575][SQL] Grammar parity with existing SQL parserHerman van Hovell2016-01-151-2/+1
* [SPARK-12600][SQL] Remove deprecated methods in Spark SQLReynold Xin2016-01-041-16/+16
* [SPARK-12611][SQL][PYSPARK][TESTS] Fix test_infer_schema_to_localHolden Karau2016-01-031-1/+1