HyukjinKwon commented on a change in pull request #34275:
URL: https://github.com/apache/spark/pull/34275#discussion_r728541712



##########
File path: python/pyspark/sql/tests/test_utils.py
##########
@@ -63,6 +71,7 @@ def test_get_error_class_state(self):
 
     try:
         import xmlrunner  # type: ignore[import]
+

Review comment:
       ```suggestion
   ```

##########
File path: python/pyspark/sql/utils.py
##########
@@ -158,6 +166,7 @@ def deco(*a, **kw):
                 raise converted from None
             else:
                 raise
+

Review comment:
       ```suggestion
   ```




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