Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/17827#discussion_r114244337
  
    --- Diff: python/pyspark/sql/column.py ---
    @@ -224,7 +224,39 @@ def __init__(self, jc):
            
https://spark.apache.org/docs/latest/sql-programming-guide.html#nan-semantics
         .. versionadded:: 2.3.0
         """
    +    _isNotDistinctFrom_doc = _eqNullSafe_doc.replace("eqNullSafe", 
"isNotDistinctFrom")
    --- End diff --
    
    ![2017-05-02 12 41 
27](https://cloud.githubusercontent.com/assets/6477701/25603393/3b0db43c-2f36-11e7-932c-135b7e7d4ca3.png)
    
    This is the same with `eqNullSafe` but only the word `eqNullSafe` was 
replaced to `isNotDistinctFrom`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to