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


##########
python/pyspark/sql/tests/test_dataframe.py:
##########
@@ -768,6 +750,34 @@ def test_unpivot(self):
                 df.melt("id", ["int", "double"], "var", "val").collect(),
             )
 
+    def test_unpivot_negative(self):

Review Comment:
   ```suggestion
       def test_unpivot_negative(self):
           # SPARK-39877: test the DataFrame.unpivot method
   ```



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