COMMITS
/ python/pyspark/shell.py March 19, 2026
T
[SPARK-56018][PYTHON] Use ruff as formatter
Tian Gao committed
March 16, 2026
Y
[SPARK-55986][PYTHON] Upgrade black to 26.3.1
yangjie01 committed
February 17, 2025
T
[SPARK-51212][PYTHON] Add a separated PySpark package for Spark Connect by default
Takuya Ueshin committed
October 21, 2024
G
[SPARK-50036][CORE][PYTHON] Include SPARK_LOG_SCHEMA in the context of REPL shell
Gengliang Wang committed
April 4, 2024
M
[SPARK-47081][CONNECT] Support Query Execution Progress
Martin Grund committed
H
[SPARK-47683][PYTHON][BUILD] Decouple PySpark core API to pyspark.core package
Hyukjin Kwon committed
May 18, 2023
March 8, 2023
H
[SPARK-42266][PYTHON] Remove the parent directory in shell.py execution when IPython is used
Hyukjin Kwon committed
January 19, 2023
N
[SPARK-42106][PYTHON] Hide parameters when printing remote URL in REPL
Niranjan Jayakar committed
December 21, 2022
H
[SPARK-41528][CONNECT] Merge namespace of Spark Connect and PySpark API
Hyukjin Kwon committed
March 16, 2022
Z
[SPARK-38424][PYTHON] Warn unused casts and ignores
zero323 committed
February 15, 2022
H
[SPARK-38121][PYTHON][SQL] Use SparkSession instead of SQLContext inside PySpark
Hyukjin Kwon committed
February 5, 2022
November 10, 2021
Z
[SPARK-37022][PYTHON] Use black as a formatter for PySpark
zero323 committed
November 10, 2020
October 7, 2020
Z
[SPARK-33002][PYTHON] Remove non-API annotations
zero323 committed
July 14, 2020
H
[SPARK-32138] Drop Python 2.7, 3.4 and 3.5
HyukjinKwon committed
September 13, 2018
S
[SPARK-25238][PYTHON] lint-python: Fix W605 warnings for pycodestyle 2.4
Sean Owen committed
June 5, 2018
M
[SPARK-16451][REPL] Fail shell if SparkSession fails to start.
Marcelo Vanzin committed
April 12, 2017
J
[SPARK-19570][PYSPARK] Allow to disable hive in pyspark shell
Jeff Zhang committed
July 14, 2016
D
[SPARK-16536][SQL][PYSPARK][MINOR] Expose `sql` in PySpark Shell
Dongjoon Hyun committed
May 20, 2016
B
[SPARK-15456][PYSPARK] Fixed PySpark shell context initialization when HiveConf not present
Bryan Cutler committed
A
[SPARK-15417][SQL][PYTHON] PySpark shell always uses in-memory catalog
Andrew Or committed
May 12, 2016
S
[SPARK-15072][SQL][PYSPARK] FollowUp: Remove SparkSession.withHiveSupport in PySpark
Sandeep Singh committed
April 28, 2016
A
[SPARK-14945][PYTHON] SparkSession Python API
Andrew Or committed
January 26, 2016
J
[SPARK-12993][PYSPARK] Remove usage of ADD_FILES in pyspark
Jeff Zhang committed
January 13, 2016
E
[SPARK-12268][PYSPARK] Make pyspark shell pythonstartup work under python3
Erik Selin committed
July 24, 2015
C
[SPARK-9270] [PYSPARK] allow --name option in pyspark
Cheolsoo Park committed
April 16, 2015
D
[SPARK-4897] [PySpark] Python 3 support
Davies Liu committed
April 8, 2015
D
[SPARK-6781] [SQL] use sqlContext in python shell
Davies Liu committed
February 17, 2015
D
[SPARK-5872] [SQL] create a sqlCtx in pyspark shell
Davies Liu committed
A
[SPARK-3340] Deprecate ADD_JARS and ADD_FILES
azagrebin committed
September 6, 2014
G
[SPARK-3273][SPARK-3301]We should read the version information from the same place
GuoQiang Li committed
September 4, 2014
M
[SPARK-2435] Add shutdown hook to pyspark
Matthew Farrellee committed
July 22, 2014
N
[SPARK-2470] PEP8 fixes to PySpark
Nicholas Chammas committed
July 16, 2014
K
follow pep8 None should be compared using is or is not
Ken Takagiwa committed
May 17, 2014
A
[SPARK-1808] Route bin/pyspark through Spark submit
Andrew Or committed
April 18, 2014
R
Fixed broken pyspark shell.
Reynold Xin committed
April 17, 2014
April 11, 2014
I
Set spark.executor.uri from environment variable (needed by Mesos)
Ivan Wick committed
April 7, 2014
A
SPARK-1099: Introduce local[*] mode to infer number of cores
Aaron Davidson committed
February 9, 2014
M
Merge pull request #542 from markhamstra/versionBump. Closes #542.
Mark Hamstra committed
January 2, 2014
P
pyspark -> bin/pyspark
Prashant Sharma committed
December 25, 2013
A
Typo: avaiable -> available
Andrew Ash committed
September 24, 2013
P
Update build version in master
Patrick Wendell committed
September 7, 2013
A
Export StorageLevel and refactor
Aaron Davidson committed
A
Remove reflection, hard-code StorageLevels
Aaron Davidson committed
September 6, 2013
A
SPARK-660: Add StorageLevel support in Python
Aaron Davidson committed
September 1, 2013
M
Add banner to PySpark and make wordcount output nicer
Matei Zaharia committed
August 13, 2013
M
Merge pull request #813 from AndreSchumacher/add_files_pyspark
Matei Zaharia committed