[GitHub] [spark] zhengruifeng commented on a diff in pull request #37978: [SPARK-40330][PS] Implement `Series.searchsorted`

2022-09-25 Thread GitBox
zhengruifeng commented on code in PR #37978: URL: https://github.com/apache/spark/pull/37978#discussion_r979482727 ## python/pyspark/pandas/series.py: ## @@ -6610,6 +6610,78 @@ def compare( ) return DataFrame(internal) +# todo: 1, support array-like

[GitHub] [spark] zhengruifeng commented on a diff in pull request #37978: [SPARK-40330][PS] Implement `Series.searchsorted`

2022-09-25 Thread GitBox
zhengruifeng commented on code in PR #37978: URL: https://github.com/apache/spark/pull/37978#discussion_r979482634 ## python/pyspark/pandas/series.py: ## @@ -6610,6 +6610,78 @@ def compare( ) return DataFrame(internal) +# todo: 1, support array-like