aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql/tests.py
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-6119][SQL] DataFrame support for missing data handlingReynold Xin2015-03-301-0/+96
* [SPARK-6055] [PySpark] fix incorrect __eq__ of DataTypeDavies Liu2015-02-271-0/+9
* [SPARK-5994] [SQL] Python DataFrame documentation fixesDavies Liu2015-02-241-3/+65
* [SPARK-5898] [SPARK-5896] [SQL] [PySpark] create DataFrame from pandas and t...Davies Liu2015-02-201-1/+1
* [SPARK-5722] [SQL] [PySpark] infer int as LongTypeDavies Liu2015-02-181-1/+21
* [SPARK-5872] [SQL] create a sqlCtx in pyspark shellDavies Liu2015-02-171-2/+10
* [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFramesReynold Xin2015-02-131-21/+17
* [SPARK-5677] [SPARK-5734] [SQL] [PySpark] Python DataFrame API remaining tasksDavies Liu2015-02-111-1/+1
* [SPARK-5704] [SQL] [PySpark] createDataFrame from RDD with columnsDavies Liu2015-02-101-13/+13
* [SPARK-5658][SQL] Finalize DDL and write support APIsYin Huai2015-02-101-3/+104
* [SPARK-5469] restructure pyspark.sql into multiple filesDavies Liu2015-02-091-0/+300