itholic commented on code in PR #44864:
URL: https://github.com/apache/spark/pull/44864#discussion_r1466050996


##########
python/pyspark/pandas/__init__.py:
##########
@@ -35,7 +35,9 @@
 except ImportError as e:
     if os.environ.get("SPARK_TESTING"):
         warnings.warn(str(e))
-        sys.exit()
+        # Run test without pandas/pyarrow on PyPy

Review Comment:
   > Can we explicitly skip the tests if dependnecies are unavailable?
   
   @panbingkun can we just skip all test including `assertDataFrameEqual` from 
your PR?? Could this be a solution for the current build issue?



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