asl3 commented on code in PR #42023:
URL: https://github.com/apache/spark/pull/42023#discussion_r1278085441


##########
python/pyspark/sql/tests/test_utils.py:
##########
@@ -1119,6 +1119,30 @@ def test_empty_no_column(self):
         assertDataFrameEqual(df1, df2, checkRowOrder=False)
         assertDataFrameEqual(df1, df2, checkRowOrder=True)
 
+    def test_empty_expected_list(self):
+        df1 = self.spark.range(0, 10).drop("id")
+
+        df2 = []

Review Comment:
   thanks, fixing in [#42196](https://github.com/apache/spark/pull/42196)



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