Yikun commented on a change in pull request #35203:
URL: https://github.com/apache/spark/pull/35203#discussion_r785734656



##########
File path: python/pyspark/pandas/tests/data_type_ops/testing_utils.py
##########
@@ -41,7 +43,7 @@
     from pandas import BooleanDtype, StringDtype
 
 
-class TestCasesUtils:
+class OpsTestCase(ComparisonTestBase):
     """A utility holding common test cases for arithmetic operations of 
different data types."""

Review comment:
       Yep, maybe `OpsTestBase` is more accurate in here and also change the 
doc string.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to