Re: [PR] [SPARK-46269][PS] Enable more NumPy function tests [spark]

2023-12-05 Thread via GitHub
itholic commented on code in PR #44186: URL: https://github.com/apache/spark/pull/44186#discussion_r1415450791 ## python/pyspark/pandas/tests/test_numpy_compat.py: ## @@ -26,21 +26,17 @@ class NumPyCompatTestsMixin: blacklist = [ -# Koalas does not currently supp

[PR] [SPARK-46269][PS] Enable more NumPy function tests [spark]

2023-12-05 Thread via GitHub
itholic opened a new pull request, #44186: URL: https://github.com/apache/spark/pull/44186 ### What changes were proposed in this pull request? This PR proposes to enable NumPy function tests for `arccos`, `exp`, `expm1` and `floor_divide`. ### Why are the changes neede