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 47d62af [SPARK-35035][PYTHON] Port Koalas internal implementation unit tests into PySpark add 4ae57d5 [SPARK-35039][PYTHON] Remove PySpark version dependent codes No new revisions were added by this update. Summary of changes: python/pyspark/pandas/__init__.py | 46 ------------ python/pyspark/pandas/accessors.py | 123 ++++++++++--------------------- python/pyspark/pandas/frame.py | 56 ++++---------- python/pyspark/pandas/generic.py | 7 +- python/pyspark/pandas/groupby.py | 3 +- python/pyspark/pandas/indexes/multi.py | 22 ------ python/pyspark/pandas/internal.py | 15 +--- python/pyspark/pandas/namespace.py | 9 --- python/pyspark/pandas/series.py | 13 +--- python/pyspark/pandas/spark/accessors.py | 25 +------ python/pyspark/pandas/spark/functions.py | 58 +-------------- python/pyspark/pandas/utils.py | 45 ++--------- 12 files changed, 66 insertions(+), 356 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org