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


##########
python/pyspark/testing/utils.py:
##########
@@ -235,7 +237,7 @@ def assertDataFrameEqual(df: DataFrame, expected: 
DataFrame, check_row_order: bo
     df : DataFrame
         The DataFrame that is being compared or tested.
 
-    expected : DataFrame
+    expected : DataFrame or List[Row]

Review Comment:
   ```suggestion
       expected : DataFrame or list of rows
   ```



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