This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
from ee74bd0d4e3 [SPARK-38832][SQL] Remove unnecessary distinct in
aggregate expression by distinctKeys
add 30fc0ba2307 [SPARK-38844][PYTHON][SQL] Implement linear interpolate
No new revisions were added by this update.
Summary of changes:
.../docs/source/reference/pyspark.pandas/frame.rst | 1 +
.../source/reference/pyspark.pandas/series.rst | 1 +
python/pyspark/pandas/frame.py | 17 +++
python/pyspark/pandas/generic.py | 84 ++++++++++++++
python/pyspark/pandas/missing/frame.py | 1 -
python/pyspark/pandas/missing/series.py | 1 -
python/pyspark/pandas/series.py | 57 ++++++++++
.../pyspark/pandas/tests/test_generic_functions.py | 124 +++++++++++++++++++++
.../catalyst/expressions/windowExpressions.scala | 74 ++++++++++++
.../spark/sql/api/python/PythonSQLUtils.scala | 6 +-
10 files changed, 363 insertions(+), 3 deletions(-)
create mode 100644 python/pyspark/pandas/tests/test_generic_functions.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]