AlenkaF commented on issue #33697: URL: https://github.com/apache/arrow/issues/33697#issuecomment-1384174410
Numpy deprecated the use of `np.bool` in version 1.24: - [NumPy 1.24.0 release notes](https://numpy.org/devdocs/release/1.24.0-notes.html#expired-deprecations) - https://github.com/numpy/numpy/pull/22607 - https://github.com/numpy/numpy/pull/22607/files#diff-43b932a4beb6c6bc01b8cbb341d52dbc3d6d89c8f41ff044f66146489697171c the CI build for Nightly integration tests with PySpark 3.2.0 is using [this (1.24) version of NumPy](https://github.com/ursacomputing/crossbow/actions/runs/3926041499/jobs/6711398638#step:5:1335), but the fix in Apache Spark has already been merged: https://github.com/apache/spark/pull/37817. Am continuing to look into it ... -- 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]
