master
[SPARK-55986][PYTHON] Upgrade black to 26.3.1
[SPARK-55206][PYTHON][SQL] Transpilation minimal functional implementation with python
[SPARK-51975][SQL] Add variant_from_arrays and variant_from_entries
[SPARK-58354][PYTHON] Remove unused ArrowStreamPandasSerializer base class
[SPARK-56018][PYTHON] Use ruff as formatter
[SPARK-53970][PYTHON] Remove incorrect 'optional' tag for messageName…
[SPARK-58244][PYTHON] Remove type: ignore[name-defined] for DataFrame.plot and streaming _test() in pyspark.sql
[SPARK-58019][PYTHON][FOLLOWUP] Convert Arrow list columns to Python rows in bulk at foreachPartition and data source write
[SPARK-27052][SQL][PYTHON] Support Python UDFs inside higher-order function lambdas
[SPARK-58346][PYTHON] Remove unnecessary type: ignore[union-attr] comments in PySpark
[MINOR][PYTHON][DOC] Add example to Column.outer docstring
[SPARK-49798][DOC] Fix inaccurate documentation of RuntimeConfig.get
[SPARK-57021][CONNECT][PYTHON] Add SQLContext wrapper for Spark Connect
[SPARK-58625][PYTHON] Support pa.ChunkedArray columns in PandasToArrowConversion
[MINOR][PYTHON] Fix wrong expected_type in DataFrame.sort ascending type error
[MINOR][PYTHON][DOC] Fix single-colon ``.. versionadded:`` typos in docstrings
[SPARK-54096][GEO][PYTHON] Support Spatial Reference System mapping in PySpark
[SPARK-58312][PYTHON] Remove unnecessary type: ignore comments in pyspark.sql.group
[SPARK-54337][PS] Add support for PyCapsule to Pyspark
[SPARK-58547][CONNECT] Expose operation IDs for end-to-end request attribution
[SPARK-56179][PYTHON] Consolidate error classes for type mismatch - part 3
[SPARK-57978][PYTHON] Use explicit UTF-8 encoding in text-mode I/O to prepare for PEP 686
[SPARK-57787][CONNECT] Reuse a persistent local Spark Connect server for faster local startup
[SPARK-54628][PYTHON] Remove all unnecessary explicit super() arguments
[SPARK-56606][SQL] Bump embedded SRS registry to PROJ 9.8.1
Revert "[MINOR][PYTHON][DOC] Fixed some links in documentation."
[SPARK-51103][PYTHON][DOCS] Add DataFrame conversion to table argument to API documentation
[SPARK-56329][PYTHON] Fix all E721 type comparison violations
[SPARK-56607][PYTHON] Remove unnecessary __new__ and __init__