aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql/tests.py
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-12300] [SQL] [PYSPARK] fix schema inferance on local collectionsHolden Karau2015-12-301-0/+11
* [SPARK-9830][SQL] Remove AggregateExpression1 and Aggregate Operator used to ...Yin Huai2015-11-101-1/+1
* [SPARK-9301][SQL] Add collect_set and collect_list aggregate functionsNick Buroojy2015-11-091-0/+17
* [SPARK-11322] [PYSPARK] Keep full stack trace in captured exceptionLiang-Chi Hsieh2015-10-281-0/+6
* [SPARK-7021] Add JUnit output for Python unit testsGábor Lipták2015-10-221-1/+8
* [SPARK-11114][PYSPARK] add getOrCreate for SparkContext/SQLContext in PythonDavies Liu2015-10-191-0/+14
* [SPARK-10577] [PYSPARK] DataFrame hint for broadcast joinJian Feng2015-09-211-0/+18
* [SPARK-10615] [PYSPARK] change assertEquals to assertEqualYanbo Liang2015-09-181-9/+9
* [SPARK-9014] [SQL] Allow Python spark API to use built-in exponential operator0x0FFF2015-09-111-1/+1
* [SPARK-10417] [SQL] Iterating through Column results in infinite loop0x0FFF2015-09-021-0/+9
* [SPARK-10392] [SQL] Pyspark - Wrong DateType support on JDBC connection0x0FFF2015-09-011-0/+5
* [SPARK-10162] [SQL] Fix the timezone omitting for PySpark Dataframe filter fu...0x0FFF2015-09-011-8/+18
* [SPARK-10305] [SQL] fix create DataFrame from Python classDavies Liu2015-08-261-0/+12
* [SPARK-10073] [SQL] Python withColumn should replace the old columnDavies Liu2015-08-191-0/+4
* [SPARK-8670] [SQL] Nested columns can't be referenced in pysparkWenchen Fan2015-08-141-1/+3
* [SPARK-9978] [PYSPARK] [SQL] fix Window.orderBy and doc of ntile()Davies Liu2015-08-141-0/+23
* [SPARK-6902] [SQL] [PYSPARK] Row should be read-onlyDavies Liu2015-08-081-0/+15
* [SPARK-9691] [SQL] PySpark SQL rand function treats seed 0 as no seedYin Huai2015-08-061-0/+10
* [SPARK-9116] [SQL] [PYSPARK] support Python only UDT in __main__Davies Liu2015-07-291-9/+103
* [Spark-8668][SQL] Adding expr to functionsJD2015-07-251-0/+7
* [SPARK-9114] [SQL] [PySpark] convert returned object from UDF into internal typeDavies Liu2015-07-201-1/+3
* [SPARK-9101] [PySpark] Add missing NullTypeMateusz Buśkiewicz2015-07-201-0/+4