COMMITS
/ python/pyspark/sql/context.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 11, 2026
T
[SPARK-55480][PYTHON] Remove all unused noqa for ruff
Tian Gao committed
February 4, 2026
January 26, 2026
M
[SPARK-55146][SS] State Repartition API for PySpark
micheal-o committed
June 2, 2024
I
[SPARK-48220][PYTHON] Allow passing PyArrow Table to createDataFrame()
Ian Cook committed
April 4, 2024
H
[SPARK-47683][PYTHON][BUILD] Decouple PySpark core API to pyspark.core package
Hyukjin Kwon committed
November 27, 2023
H
[MINOR][PYTHON] Remove _inferSchema in SQLContext
Hyukjin Kwon committed
H
[MINOR][PYTHON][DOCS] Remove since decorator usages in pyspark.sql
Hyukjin Kwon committed
H
[MINOR][PYTHON] Remove obsolete TODOs for ignores at SQLContext and HiveContext
Hyukjin Kwon committed
September 18, 2023
P
[SPARK-44823][PYTHON] Update black to 23.9.1 and fix erroneous check
panbingkun committed
June 13, 2023
A
[SPARK-43798][SQL][PYTHON] Support Python user-defined table functions
allisonwang-db committed
February 25, 2023
T
[SPARK-41834][CONNECT] Implement SparkSession.conf
Takuya UESHIN committed
February 8, 2023
T
[SPARK-42342][PYTHON][CONNECT] Introduce base hierarchy to exceptions
Takuya UESHIN committed
January 18, 2023
I
December 16, 2022
B
[MINOR][CORE][PYTHON][SQL][PS] Fix some typos
Bjørn committed
March 16, 2022
Z
[SPARK-38424][PYTHON] Warn unused casts and ignores
zero323 committed
February 28, 2022
D
[MINOR][PYTHON] Remove unnecessary quotes in pyspark
dch nguyen committed
February 15, 2022
H
H
[SPARK-38121][PYTHON][SQL] Use SparkSession instead of SQLContext inside PySpark
Hyukjin Kwon committed
December 19, 2021
Z
[SPARK-37620][FOLLOW-UP][PYTHON] Drop obsolete type: ignores
zero323 committed
December 17, 2021
December 16, 2021
X
Z
[SPARK-37632][PYTHON] Drop code that targets Python < 3.7
zero323 committed
December 14, 2021
D
[SPARK-37146][PYTHON] Inline type hints for python/pyspark/__init__.py
dch nguyen committed
November 12, 2021
H
[MINOR][PYTHON][DOCS] Remove the reference of typeName as DDL format in documentation
Hyukjin Kwon committed
November 10, 2021
Z
[SPARK-37022][PYTHON] Use black as a formatter for PySpark
zero323 committed
November 3, 2021
Z
K
October 20, 2021
T
[SPARK-37048][PYTHON] Clean up inlining type hints under SQL module
Takuya UESHIN committed
October 18, 2021
D
[SPARK-36886][PYTHON] Inline type hints for python/pyspark/sql/context.py
dch nguyen committed
May 12, 2021
S
[MINOR][DOCS] Avoid some python docs where first sentence has "e.g." or similar
Sean Owen committed
February 8, 2021
G
January 18, 2021
Z
[SPARK-33730][PYTHON] Standardize warning types
zero323 committed
January 14, 2021
U
[SPARK-33989][SQL] Strip auto-generated cast when using Cast.sql
ulysses-you committed
November 3, 2020
H
September 16, 2020
H
August 8, 2020
F
[SPARK-32319][PYSPARK] Disallow the use of unused imports
Fokko Driesprong committed
July 14, 2020
H
[SPARK-32138] Drop Python 2.7, 3.4 and 3.5
HyukjinKwon committed
March 27, 2020
G
[SPARK-31088][SQL] Add back HiveContext and createExternalTable
gatorsmile committed
February 20, 2020
A
[SPARK-30856][SQL][PYSPARK] Fix SQLContext.getOrCreate() when SparkContext is restarted
Alex Favaro committed
February 19, 2020
November 1, 2019
M
[MINOR][PYSPARK][DOCS] Fix typo in example documentation
Matt Stillwell committed
September 9, 2019
January 18, 2019
S
September 27, 2018
T
[SPARK-25540][SQL][PYSPARK] Make HiveContext in PySpark behave as the same as Scala.
Takuya UESHIN committed
July 2, 2018
Y
[SPARK-24665][PYSPARK] Use SQLConf in PySpark to manage all sql configs
Yuanjian Li committed
March 18, 2018
H
[SPARK-23706][PYTHON] spark.conf.get(value, default=None) should produce None in PySpark
hyukjinkwon committed
March 8, 2018
B
[SPARK-23522][PYTHON] always use sys.exit over builtin exit
Benjamin Peterson committed