aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql.py
Commit message (Expand)AuthorAgeFilesLines
* [SQL] Using safe floating-point numbers in doctestCheng Lian2014-08-161-2/+2
* [SQL] Python JsonRDD UTF8 Encoding FixAhir Reddy2014-08-141-1/+3
* [SPARK-3013] [SQL] [PySpark] convert array into listDavies Liu2014-08-131-7/+7
* fix flaky testsDavies Liu2014-08-121-1/+1
* [SPARK-2844][SQL] Correctly set JVM HiveContext if it is passed into Python H...Ahir Reddy2014-08-111-0/+14
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-061-21/+45
* [SPARK-2875] [PySpark] [SQL] handle null in schemaRDD()Davies Liu2014-08-061-0/+7
* [SPARK-2854][SQL] Finalize _acceptable_types in pyspark.sqlYin Huai2014-08-051-9/+20
* [SPARK-2784][SQL] Deprecate hql() method in favor of a config option, 'spark....Michael Armbrust2014-08-031-8/+12
* [SPARK-2739][SQL] Rename registerAsTable to registerTempTableMichael Armbrust2014-08-021-4/+8
* [SPARK-2797] [SQL] SchemaRDDs don't support unpersist()Yin Huai2014-08-021-2/+2
* [SPARK-2097][SQL] UDF SupportMichael Armbrust2014-08-021-1/+38
* [SPARK-2010] [PySpark] [SQL] support nested structure in SchemaRDDDavies Liu2014-08-011-343/+915
* [SPARK-2397][SQL] Deprecate LocalHiveContextMichael Armbrust2014-07-311-0/+6
* [SPARK-2179][SQL] Public API for DataTypes and SchemaYin Huai2014-07-301-14/+553
* [SPARK-2674] [SQL] [PySpark] support datetime type for SchemaRDDDavies Liu2014-07-291-10/+12
* [SPARK-2470] PEP8 fixes to PySparkNicholas Chammas2014-07-211-17/+21
* [SPARK-2376][SQL] Selecting list values inside nested JSON objects raises jav...Yin Huai2014-07-071-10/+14
* [SPARK-2060][SQL] Querying JSON Datasets with SQL and DSL in Spark SQLYin Huai2014-06-171-2/+62
* [SPARK-2010] Support for nested data in PySpark SQLKan Zhang2014-06-161-1/+21
* [SPARK-2079] Support batching when serializing SchemaRDD to PythonKan Zhang2014-06-141-1/+3
* HOTFIX: PySpark tests should be order insensitive.Patrick Wendell2014-06-111-4/+4
* Python docstring update for sql.py.Reynold Xin2014-05-251-61/+63
* SPARK-1822: Some minor cleanup work on SchemaRDD.count()Reynold Xin2014-05-251-1/+4
* [SPARK-1822] SchemaRDD.count() should use query optimizerKan Zhang2014-05-251-1/+13
* [SQL] Make it possible to create Java/Python SQLContexts from an existing Sca...Michael Armbrust2014-05-131-2/+5
* [SPARK-1460] Returning SchemaRDD instead of normal RDD on Set operations...Kan Zhang2014-05-071-0/+29
* Minor fix to python table caching API.Michael Armbrust2014-04-291-2/+2
* Add insertInto and saveAsTable to Python API.Michael Armbrust2014-04-191-0/+13
* [SQL] SPARK-1424 Generalize insertIntoTable functions on SchemaRDDsMichael Armbrust2014-04-151-4/+10
* SPARK-1374: PySpark API for SparkSQLAhir Reddy2014-04-151-0/+363