aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql/tests.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19454][PYTHON][SQL] DataFrame.replace improvementszero3232017-04-051-0/+72
* [MINOR][DOCS] Match several documentation changes in Scala to R/Pythonhyukjinkwon2017-03-261-0/+8
* [SPARK-19876][SS][WIP] OneTime Trigger ExecutorTyson Condie2017-03-231-2/+15
* [SPARK-18579][SQL] Use ignoreLeadingWhiteSpace and ignoreTrailingWhiteSpace o...hyukjinkwon2017-03-231-0/+13
* [SPARK-12334][SQL][PYSPARK] Support read from multiple input paths for orc fi...Jeff Zhang2017-03-091-0/+5
* [SPARK-19561][SQL] add int case handling for TimestampTypeJason White2017-03-091-0/+8
* Revert "[SPARK-19561] [PYTHON] cast TimestampType.toInternal output to long"Wenchen Fan2017-03-071-6/+0
* [SPARK-19561] [PYTHON] cast TimestampType.toInternal output to longJason White2017-03-071-0/+6
* [SPARK-19701][SQL][PYTHON] Throws a correct exception for 'in' operator again...hyukjinkwon2017-03-051-0/+3
* [SPARK-19610][SQL] Support parsing multiline CSV fileshyukjinkwon2017-02-281-1/+8
* [SPARK-19161][PYTHON][SQL] Improving UDF Docstringszero3232017-02-241-10/+15
* [SPARK-19706][PYSPARK] add Column.contains in pysparkWenchen Fan2017-02-231-1/+2
* [SPARK-18352][SQL] Support parsing multiline json filesNathan Howell2017-02-161-0/+7
* [SPARK-19160][PYTHON][SQL] Add udf decoratorzero3232017-02-151-0/+57
* [SPARK-18541][PYTHON] Add metadata parameter to pyspark.sql.Column.alias()Sheamus K. Parkes2017-02-141-0/+10
* [SPARK-19162][PYTHON][SQL] UserDefinedFunction should validate that func is c...zero3232017-02-141-0/+7
* [SPARK-19429][PYTHON][SQL] Support slice arguments in Column.__getitem__zero3232017-02-131-0/+8
* [SPARK-19427][PYTHON][SQL] Support data type string as a returnType argument ...zero3232017-02-131-0/+15
* [SPARK-16609] Add to_date/to_timestamp with format functionsanabranch2017-02-071-0/+9
* [SPARK-14352][SQL] approxQuantile should support multi columnsZheng RuiFeng2017-02-011-1/+22
* [SPARK-19163][PYTHON][SQL] Delay _judf initialization to the __call__zero3232017-01-311-0/+44
* [SPARK-19229][SQL] Disallow Creating Hive Source Tables when Hive Support is ...gatorsmile2017-01-221-4/+4
* [SPARK-18589][SQL] Fix Python UDF accessing attributes from both side of joinDavies Liu2017-01-201-0/+9
* [SPARK-19223][SQL][PYSPARK] Fix InputFileBlockHolder for datasources which ar...Liang-Chi Hsieh2017-01-181-0/+24
* [SPARK-18687][PYSPARK][SQL] Backward compatibility - creating a Dataframe on ...Vinayak2017-01-131-1/+6
* [SPARK-19055][SQL][PYSPARK] Fix SparkSession initialization when SparkContext...Liang-Chi Hsieh2017-01-121-0/+23
* [SPARK-18888] partitionBy in DataStreamWriter in Python throws _to_seq not de...Burak Yavuz2016-12-151-3/+4
* [SPARK-18852][SS] StreamingQuery.lastProgress should be null when recentProgr...Shixiong Zhu2016-12-141-1/+17
* [SPARK-18766][SQL] Push Down Filter Through BatchEvalPython (Python UDF)gatorsmile2016-12-101-0/+9
* [SPARK-18667][PYSPARK][SQL] Change the way to group row in BatchEvalPythonExe...Liang-Chi Hsieh2016-12-081-0/+8
* [SPARK-18754][SS] Rename recentProgresses to recentProgressMichael Armbrust2016-12-071-2/+2
* [SPARK-18634][PYSPARK][SQL] Corruption and Correctness issues with exploding ...Liang-Chi Hsieh2016-12-051-0/+20
* [SPARK-18694][SS] Add StreamingQuery.explain and exception to Python and fix ...Shixiong Zhu2016-12-051-0/+29
* [SPARK-18690][PYTHON][SQL] Backward compatibility of unbounded frameszero3232016-12-021-0/+35
* [SPARK-18516][STRUCTURED STREAMING] Follow up PR to add StreamingQuery.status...Tathagata Das2016-11-291-0/+5
* [SPARK-18516][SQL] Split state and progress in streamingTathagata Das2016-11-291-0/+22
* [SPARK-17946][PYSPARK] Python crossJoin API similar to ScalaSrinath Shankar2016-10-141-1/+14
* [SPARK-17845] [SQL] More self-evident window function frame boundary APIReynold Xin2016-10-121-1/+24
* [SPARK-14761][SQL] Reject invalid join methods when join columns are not spec...Bijay Pathak2016-10-121-0/+6
* [SPARK-17808][PYSPARK] Upgraded version of Pyrolite to 4.13Bryan Cutler2016-10-111-0/+8
* [SPARK-17844] Simplify DataFrame API for defining frame boundaries in window ...Reynold Xin2016-10-101-0/+9
* [SPARK-17805][PYSPARK] Fix in sqlContext.read.text when pass in list of pathsBryan Cutler2016-10-071-0/+6
* [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