aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql/session.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20360][PYTHON] reprs for interpretersKyle Kelley2017-04-181-0/+11
* [SPARK-19055][SQL][PYSPARK] Fix SparkSession initialization when SparkContext...Liang-Chi Hsieh2017-01-121-6/+10
* [SPARK-17720][SQL] introduce static SQL confWenchen Fan2016-10-111-1/+1
* [SPARK-17261] [PYSPARK] Using HiveContext after re-creating SparkContext in S...Jeff Zhang2016-09-021-0/+1
* [SPARK-16700][PYSPARK][SQL] create DataFrame from dict/Row with schemaDavies Liu2016-08-151-16/+13
* [SPARK-16772][PYTHON][DOCS] Restore "datatype string" to Python API docstringsNicholas Chammas2016-07-291-6/+4
* [SPARK-16772] Correct API doc references to PySpark classes + formatting fixesNicholas Chammas2016-07-281-18/+23
* [SPARK-16503] SparkSession should provide Spark versionLiwei Lin2016-07-131-0/+6
* [MINOR][PYSPARK][DOC] Fix wrongly formatted examples in PySpark documentationhyukjinkwon2016-07-061-6/+7
* [SPARK-16266][SQL][STREAING] Moved DataStreamReader/Writer from pyspark.sql t...Tathagata Das2016-06-281-1/+2
* [SPARK-16224] [SQL] [PYSPARK] SparkSession builder's configs need to be set t...Yin Huai2016-06-281-0/+7
* [SPARK-15803] [PYSPARK] Support with statement syntax for SparkSessionJeff Zhang2016-06-171-0/+16
* [SPARK-15953][WIP][STREAMING] Renamed ContinuousQuery to StreamingQueryTathagata Das2016-06-151-5/+5
* [SPARK-15933][SQL][STREAMING] Refactored DF reader-writer to use readStream a...Tathagata Das2016-06-141-1/+16
* [SPARK-15935][PYSPARK] Enable test for sql/streaming.py and fix these testsShixiong Zhu2016-06-141-0/+11
* [MINOR] Fix Typos 'an -> a'Zheng RuiFeng2016-06-061-1/+1
* [SPARK-15520][SQL] Also set sparkContext confs when using SparkSession builde...Eric Liang2016-05-261-1/+3
* [SPARK-15520][SQL] SparkSession builder in python should also allow overridin...Eric Liang2016-05-251-11/+24
* [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-191-3/+14
* [SPARK-15171][SQL] Remove the references to deprecated method dataset.registe...Sean Zhong2016-05-181-1/+1
* [SPARK-15244] [PYTHON] Type of column name created with createDataFrame is no...Dongjoon Hyun2016-05-171-0/+2
* [SPARK-15171][SQL] Deprecate registerTempTable and add dataset.createTempViewSean Zhong2016-05-121-3/+3
* [SPARK-15072][SQL][PYSPARK] FollowUp: Remove SparkSession.withHiveSupport in ...Sandeep Singh2016-05-111-10/+0
* [SPARK-15126][SQL] RuntimeConfig.set should return UnitReynold Xin2016-05-041-3/+0
* [SPARK-15084][PYTHON][SQL] Use builder pattern to create SparkSession in PySp...Dongjoon Hyun2016-05-031-1/+90
* [SPARK-15012][SQL] Simplify configuration API furtherAndrew Or2016-04-291-29/+0
* [SPARK-14988][PYTHON] SparkSession API follow-upsAndrew Or2016-04-291-2/+2
* [SPARK-14988][PYTHON] SparkSession catalog and conf APIAndrew Or2016-04-291-80/+59
* [SPARK-14945][PYTHON] SparkSession Python APIAndrew Or2016-04-281-0/+525