aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql/tests.py
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-9166][SQL][PYSPARK] Capture and hide IllegalArgumentException in Pytho...Liang-Chi Hsieh2015-07-191-2/+9
* add inline comment for python testsDavies Liu2015-07-101-0/+1
* [HOTFIX] fix flaky test in PySpark SQLDavies Liu2015-07-101-2/+3
* [SPARK-7902] [SPARK-6289] [SPARK-8685] [SQL] [PYSPARK] Refactor of serializat...Davies Liu2015-07-091-6/+22
* [SPARK-8450] [SQL] [PYSARK] cleanup type converter for Python DataFrameDavies Liu2015-07-081-0/+13
* [SPARK-8766] support non-ascii character in column namesDavies Liu2015-07-011-0/+9
* [SPARK-8738] [SQL] [PYSPARK] capture SQL AnalysisException in Python APIDavies Liu2015-06-301-0/+7
* [SPARK-8056][SQL] Design an easier way to construct schema for both Scala and...Ilya Ganelin2015-06-291-0/+29
* [SPARK-8355] [SQL] Python DataFrameReader/Writer should mirror ScalaCheolsoo Park2015-06-291-0/+1
* [SPARK-8573] [SPARK-8568] [SQL] [PYSPARK] raise Exception if column is used i...Davies Liu2015-06-231-1/+9
* [SPARK-8532] [SQL] In Python's DataFrameWriter, save/saveAsTable/json/parquet...Yin Huai2015-06-221-0/+32
* [SPARK-6411] [SQL] [PySpark] support date/datetime with timezone in PythonDavies Liu2015-06-111-0/+32
* [SPARK-7980] [SQL] Support SQLContext.range(end)animesh2015-06-031-0/+2
* [SPARK-8060] Improve DataFrame Python test coverage and documentation.Reynold Xin2015-06-031-0/+2
* [SPARK-7978] [SQL] [PYSPARK] DecimalType should not be singletonDavies Liu2015-05-311-0/+9
* [SPARK-7322, SPARK-7836, SPARK-7822][SQL] DataFrame window function related u...Davies Liu2015-05-231-7/+24
* [SPARK-7738] [SQL] [PySpark] add reader and writer API in PythonDavies Liu2015-05-191-42/+35
* [SPARK-7150] SparkContext.range() and SQLContext.range()Daoyuan Wang2015-05-181-0/+5
* [SPARK-7548] [SQL] Add explode function for DataFramesMichael Armbrust2015-05-141-0/+15
* [SPARK-6876] [PySpark] [SQL] add DataFrame na.replace in pysparkDaoyuan Wang2015-05-121-0/+48
* [SPARK-7133] [SQL] Implement struct, array, and map field accessorWenchen Fan2015-05-081-0/+7
* [SPARK-7295][SQL] bitwise operations for DataFrame DSLShiti2015-05-071-0/+13
* [SPARK-7358][SQL] Move DataFrame mathfunctions into functionsBurak Yavuz2015-05-051-1/+1
* [SPARK-7294][SQL] ADD BETWEEN云峤2015-05-051-0/+8
* [SPARK-7243][SQL] Contingency Tables for DataFramesBurak Yavuz2015-05-041-0/+9
* [SPARK-7241] Pearson correlation for DataFramesBurak Yavuz2015-05-031-0/+6
* [SPARK-7242] added python api for freqItems in DataFramesBurak Yavuz2015-05-011-0/+7
* [SPARK-7240][SQL] Single pass covariance calculation for dataframesBurak Yavuz2015-05-011-0/+5
* [SPARK-7248] implemented random number generators for DataFramesBurak Yavuz2015-04-301-0/+10
* [SPARK-7188] added python support for math DataFrame functionsBurak Yavuz2015-04-291-0/+29
* [SPARK-6953] [PySpark] speed up python testsReynold Xin2015-04-211-2/+2
* [SPARK-6949] [SQL] [PySpark] Support Date/Timestamp in Column expressionDavies Liu2015-04-211-0/+11
* [SPARK-6957] [SPARK-6958] [SQL] improve API compatibility to pandasDavies Liu2015-04-171-1/+1
* [SPARK-6911] [SQL] improve accessor for nested typesDavies Liu2015-04-161-0/+18
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-4/+7
* [SPARK-6553] [pyspark] Support functools.partial as UDFksonj2015-04-011-0/+31