aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql/context.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11917][PYSPARK] Add SQLContext#dropTempTable to PySparkJeff Zhang2015-11-261-0/+9
* [SPARK-11860][PYSAPRK][DOCUMENTATION] Invalid argument specification …Jeff Zhang2015-11-251-2/+3
* [SPARK-11671] documentation code example typoChris Snow2015-11-121-1/+1
* [SPARK-11437] [PYSPARK] Don't .take when converting RDD to DataFrame with pro...Jason White2015-11-021-7/+1
* [SPARK-11114][PYSPARK] add getOrCreate for SparkContext/SQLContext in PythonDavies Liu2015-10-191-0/+27
* [SPARK-10373] [PYSPARK] move @since into pyspark from sqlDavies Liu2015-09-081-1/+1
* [SPARK-9942] [PYSPARK] [SQL] ignore exceptions while try to import pandasDavies Liu2015-08-131-1/+1
* [SPARK-9116] [SQL] [PYSPARK] support Python only UDT in __main__Davies Liu2015-07-291-41/+67
* [SPARK-9114] [SQL] [PySpark] convert returned object from UDF into internal typeDavies Liu2015-07-201-13/+3
* [SPARK-7902] [SPARK-6289] [SPARK-8685] [SQL] [PYSPARK] Refactor of serializat...Davies Liu2015-07-091-3/+2
* [SPARK-8535] [PYSPARK] PySpark : Can't create DataFrame from Pandas dataframe...x1-2015-06-301-1/+3
* [SPARK-8738] [SQL] [PYSPARK] capture SQL AnalysisException in Python APIDavies Liu2015-06-301-0/+2
* [SPARK-8070] [SQL] [PYSPARK] avoid spark jobs in createDataFrameDavies Liu2015-06-291-17/+47
* [SPARK-8104] [SQL] auto alias expressions in analyzerWenchen Fan2015-06-221-4/+5
* Update documentation for [SPARK-7980] [SQL] Support SQLContext.range(end)Reynold Xin2015-06-031-0/+2
* [SPARK-7980] [SQL] Support SQLContext.range(end)animesh2015-06-031-2/+10
* [SPARK-8060] Improve DataFrame Python test coverage and documentation.Reynold Xin2015-06-031-52/+37
* [SPARK-7322, SPARK-7836, SPARK-7822][SQL] DataFrame window function related u...Davies Liu2015-05-231-2/+0
* [SPARK-7606] [SQL] [PySpark] add version to Python SQL API docsDavies Liu2015-05-201-3/+26
* [SPARK-7738] [SQL] [PySpark] add reader and writer API in PythonDavies Liu2015-05-191-13/+15
* [SPARK-7150] SparkContext.range() and SQLContext.range()Daoyuan Wang2015-05-181-0/+20
* [SPARK-6216] [PYSPARK] check python version of worker with driverDavies Liu2015-05-181-0/+1
* [SPARK-6949] [SQL] [PySpark] Support Date/Timestamp in Column expressionDavies Liu2015-04-211-9/+4
* [SPARK-6661] Python type errors should print type, not objectElisey Zanko2015-04-201-4/+4
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-12/+20
* [SPARK-6696] [SQL] Adds HiveContext.refreshTable to PySparkCheng Lian2015-04-081-0/+9
* [SPARK-6781] [SQL] use sqlContext in python shellDavies Liu2015-04-081-40/+39
* [Doc] Improve Python DataFrame documentationReynold Xin2015-03-311-146/+81
* [SPARK-6603] [PySpark] [SQL] add SQLContext.udf and deprecate inferSchema() a...Davies Liu2015-03-301-27/+60
* [SPARK-6055] [PySpark] fix incorrect __eq__ of DataTypeDavies Liu2015-02-271-89/+1
* [SPARK-5994] [SQL] Python DataFrame documentation fixesDavies Liu2015-02-241-148/+34
* [SPARK-5873][SQL] Allow viewing of partially analyzed plans in queryExecutionMichael Armbrust2015-02-231-15/+15
* [SPARK-5898] [SPARK-5896] [SQL] [PySpark] create DataFrame from pandas and t...Davies Liu2015-02-201-2/+10
* [SPARK-5909][SQL] Add a clearCache command to Spark SQL's cache managerYin Huai2015-02-201-0/+4
* [SPARK-5166][SPARK-5247][SPARK-5258][SQL] API Cleanup / DocumentationMichael Armbrust2015-02-171-14/+14
* [SQL] Various DataFrame doc changes.Reynold Xin2015-02-161-4/+3
* [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFramesReynold Xin2015-02-131-4/+30
* [SPARK-3299][SQL]Public API in SQLContext to list tablesYin Huai2015-02-121-0/+34
* [SPARK-5677] [SPARK-5734] [SQL] [PySpark] Python DataFrame API remaining tasksDavies Liu2015-02-111-42/+72
* [SPARK-5704] [SQL] [PySpark] createDataFrame from RDD with columnsDavies Liu2015-02-101-20/+67
* [SPARK-5658][SQL] Finalize DDL and write support APIsYin Huai2015-02-101-0/+68
* [SPARK-5469] restructure pyspark.sql into multiple filesDavies Liu2015-02-091-0/+642