aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql
Commit message (Expand)AuthorAgeFilesLines
...
* [MINOR] Fix Typos 'a -> an'Zheng RuiFeng2016-05-262-2/+2
* [SPARK-15520][SQL] Also set sparkContext confs when using SparkSession builde...Eric Liang2016-05-261-1/+3
* [SPARK-15493][SQL] default QuoteEscapingEnabled flag to true when writing CSVJurriaan Pruis2016-05-251-1/+6
* [SPARK-15520][SQL] SparkSession builder in python should also allow overridin...Eric Liang2016-05-251-11/+24
* [SPARK-11753][SQL][TEST-HADOOP2.2] Make allowNonNumericNumbers option workLiang-Chi Hsieh2016-05-241-0/+3
* [SPARK-15397][SQL] fix string udf locate as hiveDaoyuan Wang2016-05-231-1/+1
* [SPARK-15464][ML][MLLIB][SQL][TESTS] Replace SQLContext and SparkContext with...WeichenXu2016-05-235-95/+107
* [MINOR][SQL][DOCS] Add notes of the deterministic assumption on UDF functionsDongjoon Hyun2016-05-231-0/+3
* [SPARK-15417][SQL][PYTHON] PySpark shell always uses in-memory catalogAndrew Or2016-05-191-0/+6
* [SPARK-15075][SPARK-15345][SQL] Clean up SparkSession builder and propagate c...Reynold Xin2016-05-192-4/+18
* [SPARK-15392][SQL] fix default value of size estimation of logical planDavies Liu2016-05-191-1/+1
* [SPARK-14603][SQL][FOLLOWUP] Verification of Metadata Operations by Session C...gatorsmile2016-05-192-3/+10
* [SPARK-14463][SQL] Document the semantics for read.textReynold Xin2016-05-181-0/+3
* [SPARK-15342] [SQL] [PYSPARK] PySpark test for non ascii column name does not...Liang-Chi Hsieh2016-05-182-3/+11
* [SPARK-15171][SQL] Remove the references to deprecated method dataset.registe...Sean Zhong2016-05-184-16/+17
* [SPARK-15244] [PYTHON] Type of column name created with createDataFrame is no...Dongjoon Hyun2016-05-172-0/+9
* [SPARK-15171][SQL] Deprecate registerTempTable and add dataset.createTempViewSean Zhong2016-05-124-28/+59
* [SPARK-15072][SQL][PYSPARK][HOT-FIX] Remove SparkSession.withHiveSupport from...Yin Huai2016-05-111-1/+1
* [SPARK-15072][SQL][PYSPARK] FollowUp: Remove SparkSession.withHiveSupport in ...Sandeep Singh2016-05-111-10/+0
* [SPARK-15264][SPARK-15274][SQL] CSV Reader Error on Blank Column NamesBill Chambers2016-05-111-1/+1
* [SPARK-15256] [SQL] [PySpark] Clarify DataFrameReader.jdbc() docstringNicholas Chammas2016-05-111-32/+35
* [SPARK-15278] [SQL] Remove experimental tag from Python DataFrameReynold Xin2016-05-112-4/+2
* [SPARK-15270] [SQL] Use SparkSession Builder to build a session with HiveSupportSandeep Singh2016-05-111-1/+1
* [SPARK-12200][SQL] Add __contains__ implementation to RowMaciej Brynski2016-05-111-1/+21
* [SPARK-15037] [SQL] [MLLIB] Part2: Use SparkSession instead of SQLContext in ...Sandeep Singh2016-05-112-232/+219
* [SPARK-15250][SQL] Remove deprecated json API in DataFrameReaderhyukjinkwon2016-05-101-2/+2
* [SPARK-15261][SQL] Remove experimental tag from DataFrameReader/WriterReynold Xin2016-05-101-5/+9
* [SPARK-14603][SQL] Verification of Metadata Operations by Session Cataloggatorsmile2016-05-101-0/+2
* [MINOR] remove dead codeDavies Liu2016-05-041-9/+0
* [SPARK-14896][SQL] Deprecate HiveContext in pythonAndrew Or2016-05-043-4/+9
* [SPARK-15126][SQL] RuntimeConfig.set should return UnitReynold Xin2016-05-042-4/+0
* [SPARK-15084][PYTHON][SQL] Use builder pattern to create SparkSession in PySp...Dongjoon Hyun2016-05-031-1/+90
* [SPARK-14716][SQL] Added support for partitioning in FileStreamSinkTathagata Das2016-05-031-2/+2
* [SPARK-15050][SQL] Put CSV and JSON options as Python csv and json function p...hyukjinkwon2016-05-021-77/+155
* [SPARK-13425][SQL] Documentation for CSV datasource optionshyukjinkwon2016-05-011-0/+52
* [SPARK-15012][SQL] Simplify configuration API furtherAndrew Or2016-04-293-33/+4
* [SPARK-14988][PYTHON] SparkSession API follow-upsAndrew Or2016-04-295-209/+228
* [SPARK-14988][PYTHON] SparkSession catalog and conf APIAndrew Or2016-04-294-85/+605
* [SPARK-14555] Second cut of Python API for Structured StreamingBurak Yavuz2016-04-285-46/+217
* [SPARK-14945][PYTHON] SparkSession Python APIAndrew Or2016-04-285-235/+579
* [SPARK-14721][SQL] Remove HiveContext (part 2)Andrew Or2016-04-251-1/+2
* Support single argument version of sqlContext.getConfmathieu longtin2016-04-231-3/+17
* [SPARK-13266] [SQL] None read/writer options were not transalated to "null"Liang-Chi Hsieh2016-04-222-3/+9
* [SPARK-13842] [PYSPARK] pyspark.sql.types.StructType accessor enhancementsSheamus K. Parkes2016-04-202-9/+58
* [SPARK-14555] First cut of Python API for Structured StreamingBurak Yavuz2016-04-204-1/+349
* [SPARK-14639] [PYTHON] [R] Add `bround` function in Python/R.Dongjoon Hyun2016-04-191-3/+16
* [SPARK-14717] [PYTHON] Scala, Python APIs for Dataset.unpersist differ in def...felixcheung2016-04-192-2/+4
* [SPARK-14573][PYSPARK][BUILD] Fix PyDoc Makefile & highlighting issuesHolden Karau2016-04-142-2/+2
* [SPARK-14353] Dataset Time Window `window` API for Python, and SQLBurak Yavuz2016-04-051-0/+49
* [SPARK-14334] [SQL] add toLocalIterator for Dataset/DataFrameDavies Liu2016-04-041-0/+14