HyukjinKwon commented on code in PR #42332:
URL: https://github.com/apache/spark/pull/42332#discussion_r1284959462


##########
python/pyspark/pandas/tests/test_utils.py:
##########
@@ -120,13 +120,13 @@ def test_assert_df_assertPandasOnSparkEqual(self):
         assertPandasOnSparkEqual(psdf1, psdf2, checkRowOrder=False)
         assertPandasOnSparkEqual(psdf1, psdf2, checkRowOrder=True)
 
-    def test_assertPandasOnSparkEqual_ignoreOrder_default(self):
+    def test_assertPandasOnSparkEqual_ignoreOrder(self):

Review Comment:
   This actually all has to be lowercased with snake_naming 



-- 
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