You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2023/12/06 23:57:43 UTC

(spark) branch master updated: [MINOR][PYTHON][DOCS] Rename "Koalas" > "Pandas-on-Spark" for testing util doc

This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 9815bb19ef1 [MINOR][PYTHON][DOCS] Rename "Koalas" > "Pandas-on-Spark" for testing util doc
9815bb19ef1 is described below

commit 9815bb19ef109e47471a36bbb98b7cf440622087
Author: Haejoon Lee <ha...@databricks.com>
AuthorDate: Thu Dec 7 08:57:29 2023 +0900

    [MINOR][PYTHON][DOCS] Rename "Koalas" > "Pandas-on-Spark" for testing util doc
    
    ### What changes were proposed in this pull request?
    
    This PR proposes to rename Koalas to Pandas-on-Spark for testing util documentation.
    
    ### Why are the changes needed?
    
    To get rid of legacy documentation.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No API changes.
    
    ### How was this patch tested?
    
    The existing CI should pass.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #44220 from itholic/minor_doc_koalas_removal.
    
    Authored-by: Haejoon Lee <ha...@databricks.com>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
---
 python/pyspark/testing/pandasutils.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/pyspark/testing/pandasutils.py b/python/pyspark/testing/pandasutils.py
index 9abffefdbe7..6c6d10a04db 100644
--- a/python/pyspark/testing/pandasutils.py
+++ b/python/pyspark/testing/pandasutils.py
@@ -480,8 +480,8 @@ class PandasOnSparkTestUtils:
         check_row_order: bool = True,
     ):
         """
-        Asserts if two arbitrary objects are equal or not. If given objects are Koalas DataFrame
-        or Series, they are converted into pandas' and compared.
+        Asserts if two arbitrary objects are equal or not. If given objects are
+        Pandas-on-Spark DataFrame or Series, they are converted into pandas' and compared.
 
         :param left: object to compare
         :param right: object to compare


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org