HyukjinKwon commented on a change in pull request #33900:
URL: https://github.com/apache/spark/pull/33900#discussion_r701528321
##########
File path: examples/src/main/python/sql/arrow.py
##########
@@ -32,7 +32,7 @@
def dataframe_with_arrow_example(spark):
- import numpy as np # type: ignore[import]
+ import numpy as np
Review comment:
I know this kind of dependency stuff is not very clear in Apache Spark
.. but It think we should better keep the ignore for now .. by right NumPy is
one of extra dependencies in ML yet ..
https://github.com/apache/spark/blob/master/python/setup.py#L262-L274.
--
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]