zero323 commented on a change in pull request #29591:
URL: https://github.com/apache/spark/pull/29591#discussion_r486428984
##########
File path: examples/src/main/python/sql/arrow.py
##########
@@ -32,8 +32,8 @@
def dataframe_with_arrow_example(spark):
- import numpy as np
- import pandas as pd
+ import numpy as np # type: ignore[import]
Review comment:
Because, AFAIK, released versions are not typed ‒ doesn't seem there
were any released versions (nothing for 1.19.1
‒https://github.com/numpy/numpy/tree/v1.19.1/numpy) since
https://github.com/numpy/numpy/commit/11b95d15f10c2bc652ed19d5e27efa0384396cb8.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]