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

    https://github.com/apache/spark/pull/12207#discussion_r59176931
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/DataFrameStatFunctions.scala ---
    @@ -71,6 +71,28 @@ final class DataFrameStatFunctions private[sql](df: 
DataFrame) {
       }
     
       /**
    +   * Calculates the approximate quantiles of numerical columns of a 
DataFrame.
    --- End diff --
    
    I'm not sure this will actually show up in the generated Scaladoc HTML.
    
    @jkbradley @mengxr do you prefer to actually make links show up in the HTML 
API doc? If so, then it often doesn't look good in an IDE. But to do that 
something like this is needed:
    `@see [[DataFrameStatsFunctions.approxQuantile(col:Str* approxQuantile]] 
for detailed description.`


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