aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15933][SQL][STREAMING] Refactored DF reader-writer to use readStream a...Tathagata Das2016-06-146-168/+570
* [SPARK-15935][PYSPARK] Enable test for sql/streaming.py and fix these testsShixiong Zhu2016-06-143-20/+54
* [SPARK-15663][SQL] SparkSession.catalog.listFunctions shouldn't include the l...Sandeep Singh2016-06-131-11/+1
* [SPARK-15898][SQL] DataFrameReader.text should return DataFrameWenchen Fan2016-06-121-4/+4
* [SPARK-15840][SQL] Add two missing options in documentation and some option r...hyukjinkwon2016-06-111-13/+27
* [SPARK-15585][SQL] Add doc for turning off quotationsTakeshi YAMAMURO2016-06-111-2/+4
* [MINOR] Fix Typos 'an -> a'Zheng RuiFeng2016-06-063-3/+3
* Revert "[SPARK-15585][SQL] Fix NULL handling along with a spark-csv behaivour"Reynold Xin2016-06-051-39/+42
* [SPARK-15585][SQL] Fix NULL handling along with a spark-csv behaivourTakeshi YAMAMURO2016-06-051-42/+39
* [SPARK-15686][SQL] Move user-facing streaming classes into sql.streamingReynold Xin2016-06-012-2/+3
* [SPARK-15517][SQL][STREAMING] Add support for complete output mode in Structu...Tathagata Das2016-05-312-3/+24
* Revert "[SPARK-11753][SQL][TEST-HADOOP2.2] Make allowNonNumericNumbers option...Shixiong Zhu2016-05-311-3/+0
* [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