COMMITS
/ python/pyspark/sql/window.py November 19, 2025
R
[MINOR][PYTHON][DOCS] Refine the examples in window.py
Ruifeng Zheng committed
July 28, 2024
R
[SPARK-49035][PYTHON] Eliminate TypeVar `ColumnOrName_`
Ruifeng Zheng committed
June 3, 2024
R
[SPARK-48504][PYTHON][CONNECT] Parent Window class for Spark Connect and Spark Classic
Ruifeng Zheng committed
April 23, 2024
H
[SPARK-47933][PYTHON] Parent Column class for Spark Connect and Spark Classic
Hyukjin Kwon committed
April 4, 2024
H
[SPARK-47683][PYTHON][BUILD] Decouple PySpark core API to pyspark.core package
Hyukjin Kwon committed
March 28, 2023
X
[SPARK-42908][PYTHON] Raise RuntimeError when SparkContext is required but not initialized
Xinrong Meng committed
March 14, 2023
A
[SPARK-42773][DOCS][PYTHON] Minor update to 3.4.0 version change message for Spark Connect
Allan Folting committed
December 31, 2022
R
[SPARK-41773][CONNECT][PYTHON][TESTS] Enable the doctests for window functions
Ruifeng Zheng committed
December 30, 2022
H
[SPARK-41292][CONNECT] Support Window in pyspark.sql.window namespace
Hyukjin Kwon committed
December 22, 2022
H
[SPARK-41649][CONNECT] Deduplicate docstrings in pyspark.sql.connect.window
Hyukjin Kwon committed
December 21, 2022
R
[MINOR][PYTHON][DOCS] Correct the return type of `_to_java_cols`
Ruifeng Zheng committed
H
[SPARK-41528][CONNECT] Merge namespace of Spark Connect and PySpark API
Hyukjin Kwon committed
August 30, 2022
August 26, 2022
August 11, 2022
Q
[SPARK-40041][PYTHON][DOCS] Add document parameters for pyspark.sql.window
Qian.Sun committed
August 10, 2022
Q
[SPARK-40010][PYTHON][DOCS] Make pyspark.sql.window examples self-contained
Qian.Sun committed
March 16, 2022
Z
[SPARK-38424][PYTHON] Warn unused casts and ignores
zero323 committed
December 23, 2021
December 17, 2021
December 16, 2021
Z
[SPARK-37632][PYTHON] Drop code that targets Python < 3.7
zero323 committed
November 10, 2021
Z
[SPARK-37022][PYTHON] Use black as a formatter for PySpark
zero323 committed
October 20, 2021
T
[SPARK-37048][PYTHON] Clean up inlining type hints under SQL module
Takuya UESHIN committed
October 12, 2021
X
[SPARK-36951][PYTHON] Inline type hints for python/pyspark/sql/column.py
Xinrong Meng committed
October 6, 2021
X
[SPARK-36927][PYTHON] Inline type hints for python/pyspark/sql/window.py
Xinrong Meng committed
November 3, 2020
H
January 13, 2020
J
[SPARK-30188][SQL] Resolve the failed unit tests when enable AQE
jiake committed
September 1, 2019
June 14, 2019
L
[MINOR][PYSPARK][SQL][DOC] Fix rowsBetween doc in Window
Liang-Chi Hsieh committed
March 11, 2019
October 26, 2018
R
[SPARK-25842][SQL] Deprecate rangeBetween APIs introduced in SPARK-21608
Reynold Xin committed
April 6, 2018
March 8, 2018
B
[SPARK-23522][PYTHON] always use sys.exit over builtin exit
Benjamin Peterson committed
February 11, 2018
December 3, 2016
Z
[SPARK-18690][PYTHON][SQL] Backward compatibility of unbounded frames
zero323 committed
October 12, 2016
R
[SPARK-17845] [SQL] More self-evident window function frame boundary API
Reynold Xin committed
October 11, 2016
R
[SPARK-17844] Simplify DataFrame API for defining frame boundaries in window functions
Reynold Xin committed
March 22, 2016
Z
[SPARK-14058][PYTHON] Incorrect docstring in Window.order
zero323 committed
September 9, 2015
D
[SPARK-10373] [PYSPARK] move @since into pyspark from sql
Davies Liu committed
August 14, 2015
D
[SPARK-9978] [PYSPARK] [SQL] fix Window.orderBy and doc of ntile()
Davies Liu committed
June 7, 2015
R
[SPARK-8146] DataFrame Python API: Alias replace in df.na
Reynold Xin committed
May 23, 2015
D
[SPARK-7322, SPARK-7836, SPARK-7822][SQL] DataFrame window function related updates
Davies Liu committed