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

    https://github.com/apache/spark/pull/16013#discussion_r89675782
  
    --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala ---
    @@ -1688,7 +1692,11 @@ private[spark] object Utils extends Logging {
     
       /**
        * NaN-safe version of `java.lang.Float.compare()` which allows NaN 
values to be compared
    -   * according to semantics where NaN == NaN and NaN > any non-NaN 
float.
    +   * according to semantics where
    +   *
    +   * {{{
    +   * NaN == NaN and NaN > any non-NaN float
    +   * }}}.
    --- End diff --
    
    - Java
      <img width="830" alt="2016-11-27 3 21 16" 
src="https://cloud.githubusercontent.com/assets/6477701/20642380/ad9c51cc-b450-11e6-9317-5f8c185e0d05.png";>
    
    
    Scaladoc not found


---
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