You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by jaceklaskowski <gi...@git.apache.org> on 2017/05/23 15:00:21 UTC

[GitHub] spark pull request #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

GitHub user jaceklaskowski opened a pull request:

    https://github.com/apache/spark/pull/18074

    [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

    ## What changes were proposed in this pull request?
    
    Minor changes to scaladoc
    
    ## How was this patch tested?
    
    Local build

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jaceklaskowski/spark scaladoc-fixes

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/18074.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #18074
    
----
commit 5a7eac8dbda2fe3f2f9fb03be0548835e329014d
Author: Jacek Laskowski <ja...@japila.pl>
Date:   2017-05-23T14:58:52Z

    [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18074#discussion_r118019515
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/RelationalGroupedDataset.scala ---
    @@ -35,12 +35,13 @@ import org.apache.spark.sql.types.NumericType
     import org.apache.spark.sql.types.StructType
     
     /**
    - * A set of methods for aggregations on a `DataFrame`, created by `Dataset.groupBy`.
    + * A set of methods for aggregations on a `DataFrame`, created by [[Dataset#groupBy groupBy]],
    + * [[Dataset#cube cube]] or [[Dataset#rollup rollup]] (and also [[pivot]]).
      *
    - * The main method is the agg function, which has multiple variants. This class also contains
    - * convenience some first order statistics such as mean, sum for convenience.
    + * The main method is the [[agg]] function, which has multiple variants. This class also contains
    --- End diff --
    
    These look fine but have you had a chance to run the doc generation, to make sure scaladoc is OK with it?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    **[Test build #77348 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77348/testReport)** for PR 18074 at commit [`9479ccc`](https://github.com/apache/spark/commit/9479cccb9d21fb3054878587770288c4ea77e262).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77348/
    Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    **[Test build #77348 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77348/testReport)** for PR 18074 at commit [`9479ccc`](https://github.com/apache/spark/commit/9479cccb9d21fb3054878587770288c4ea77e262).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by jaceklaskowski <gi...@git.apache.org>.
Github user jaceklaskowski commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18074#discussion_r118788857
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/window/WindowExec.scala ---
    @@ -153,19 +153,24 @@ case class WindowExec(
       }
     
       /**
    -   * Collection containing an entry for each window frame to process. Each entry contains a frames'
    -   * WindowExpressions and factory function for the WindowFrameFunction.
    +   * Collection containing an entry for each window frame to process. Each entry contains a frame's
    +   * [[WindowExpression]]s and factory function for the WindowFrameFunction.
        */
    -  private[this] lazy val windowFrameExpressionFactoryPairs = {
    +  private[this] lazy val windowFrameExpressionFactoryPairs:
    +    Seq[(mutable.Buffer[WindowExpression], InternalRow => WindowFunctionFrame)] =
    +  {
         type FrameKey = (String, FrameType, Option[Int], Option[Int])
         type ExpressionBuffer = mutable.Buffer[Expression]
    -    val framedFunctions = mutable.Map.empty[FrameKey, (ExpressionBuffer, ExpressionBuffer)]
    +    type WindowExpressionBuffer = mutable.Buffer[WindowExpression]
    +    val framedFunctions = mutable.Map.empty[FrameKey, (WindowExpressionBuffer, ExpressionBuffer)]
     
         // Add a function and its function to the map for a given frame.
    -    def collect(tpe: String, fr: SpecifiedWindowFrame, e: Expression, fn: Expression): Unit = {
    +    def collect(
    +      tpe: String, fr: SpecifiedWindowFrame, e: WindowExpression, fn: Expression): Unit =
    --- End diff --
    
    I'll revert it to not "pollute" the PR. It was much easier to read the code when the internals were less generic (that does nothing at all).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18074#discussion_r118457024
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/window/WindowExec.scala ---
    @@ -153,19 +153,24 @@ case class WindowExec(
       }
     
       /**
    -   * Collection containing an entry for each window frame to process. Each entry contains a frames'
    -   * WindowExpressions and factory function for the WindowFrameFunction.
    +   * Collection containing an entry for each window frame to process. Each entry contains a frame's
    +   * [[WindowExpression]]s and factory function for the WindowFrameFunction.
        */
    -  private[this] lazy val windowFrameExpressionFactoryPairs = {
    +  private[this] lazy val windowFrameExpressionFactoryPairs:
    +    Seq[(mutable.Buffer[WindowExpression], InternalRow => WindowFunctionFrame)] =
    +  {
         type FrameKey = (String, FrameType, Option[Int], Option[Int])
         type ExpressionBuffer = mutable.Buffer[Expression]
    -    val framedFunctions = mutable.Map.empty[FrameKey, (ExpressionBuffer, ExpressionBuffer)]
    +    type WindowExpressionBuffer = mutable.Buffer[WindowExpression]
    +    val framedFunctions = mutable.Map.empty[FrameKey, (WindowExpressionBuffer, ExpressionBuffer)]
     
         // Add a function and its function to the map for a given frame.
    -    def collect(tpe: String, fr: SpecifiedWindowFrame, e: Expression, fn: Expression): Unit = {
    +    def collect(
    +      tpe: String, fr: SpecifiedWindowFrame, e: WindowExpression, fn: Expression): Unit =
    --- End diff --
    
    This changed a type, which could be fine as it's an internal method, but why should it be the more specific type? this isn't a doc change


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by jaceklaskowski <gi...@git.apache.org>.
Github user jaceklaskowski commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    Hey @srowen could you review the changes again and accept possibly? Thanks!


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    Merged build finished. Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    Merged build finished. Test FAILed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    Merged build finished. Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77500/
    Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    Merged build finished. Test FAILed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    **[Test build #77491 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77491/testReport)** for PR 18074 at commit [`a95cba0`](https://github.com/apache/spark/commit/a95cba00510c0fcb152b67d29c1d1453fd09ee01).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    **[Test build #77347 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77347/testReport)** for PR 18074 at commit [`6a95691`](https://github.com/apache/spark/commit/6a95691a1d9a025a01b3c7c1ac08bf8273c88607).
     * This patch **fails to build**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    **[Test build #77255 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77255/testReport)** for PR 18074 at commit [`5a7eac8`](https://github.com/apache/spark/commit/5a7eac8dbda2fe3f2f9fb03be0548835e329014d).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    **[Test build #77347 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77347/testReport)** for PR 18074 at commit [`6a95691`](https://github.com/apache/spark/commit/6a95691a1d9a025a01b3c7c1ac08bf8273c88607).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77255/
    Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77543/
    Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    Merged build finished. Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77491/
    Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by jaceklaskowski <gi...@git.apache.org>.
Github user jaceklaskowski commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18074#discussion_r119168394
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/window/WindowExec.scala ---
    @@ -153,12 +153,13 @@ case class WindowExec(
       }
     
       /**
    -   * Collection containing an entry for each window frame to process. Each entry contains a frames'
    -   * WindowExpressions and factory function for the WindowFrameFunction.
    +   * Collection containing an entry for each window frame to process. Each entry contains a frame's
    +   * [[WindowExpression]]s and factory function for the WindowFrameFunction.
        */
       private[this] lazy val windowFrameExpressionFactoryPairs = {
         type FrameKey = (String, FrameType, Option[Int], Option[Int])
         type ExpressionBuffer = mutable.Buffer[Expression]
    +    type WindowExpressionBuffer = mutable.Buffer[WindowExpression]
    --- End diff --
    
    Sorry. Reverted the change manually and looks like it slipped through the cracks. Apologies.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77347/
    Test FAILed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    Merged build finished. Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    **[Test build #77491 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77491/testReport)** for PR 18074 at commit [`a95cba0`](https://github.com/apache/spark/commit/a95cba00510c0fcb152b67d29c1d1453fd09ee01).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    **[Test build #77255 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77255/testReport)** for PR 18074 at commit [`5a7eac8`](https://github.com/apache/spark/commit/5a7eac8dbda2fe3f2f9fb03be0548835e329014d).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18074#discussion_r118019417
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/SparkPlan.scala ---
    @@ -72,24 +72,24 @@ abstract class SparkPlan extends QueryPlan[SparkPlan] with Logging with Serializ
       }
     
       /**
    -   * Return all metadata that describes more details of this SparkPlan.
    +   * Returns all metadata that describes more details of this SparkPlan.
    --- End diff --
    
    You can even turn this into `@return` but no big deal.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/18074


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    **[Test build #77500 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77500/testReport)** for PR 18074 at commit [`379e775`](https://github.com/apache/spark/commit/379e775ca8fad55f59b5d9f765ef662b866f3224).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    **[Test build #3766 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/3766/testReport)** for PR 18074 at commit [`59bf972`](https://github.com/apache/spark/commit/59bf972b46bd4b9f424a4fd7dd3f493ae239b361).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    **[Test build #77471 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77471/testReport)** for PR 18074 at commit [`59bf972`](https://github.com/apache/spark/commit/59bf972b46bd4b9f424a4fd7dd3f493ae239b361).
     * This patch **fails PySpark unit tests**.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `class HasMinSupport(Params):`
      * `class HasNumPartitions(Params):`
      * `class HasMinConfidence(Params):`
      * `case class Chr(child: Expression) extends UnaryExpression with ImplicitCastInputTypes `
      * `case class AnalysisBarrier(child: LogicalPlan) extends LeafNode `


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    **[Test build #77471 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77471/testReport)** for PR 18074 at commit [`59bf972`](https://github.com/apache/spark/commit/59bf972b46bd4b9f424a4fd7dd3f493ae239b361).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    **[Test build #77352 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77352/testReport)** for PR 18074 at commit [`10104f2`](https://github.com/apache/spark/commit/10104f2b2043bfd95828a62a8c8207fd32fa0987).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    Merged to master


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    **[Test build #3766 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/3766/testReport)** for PR 18074 at commit [`59bf972`](https://github.com/apache/spark/commit/59bf972b46bd4b9f424a4fd7dd3f493ae239b361).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `class HasMinSupport(Params):`
      * `class HasNumPartitions(Params):`
      * `class HasMinConfidence(Params):`
      * `case class Chr(child: Expression) extends UnaryExpression with ImplicitCastInputTypes `
      * `case class AnalysisBarrier(child: LogicalPlan) extends LeafNode `


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    **[Test build #77543 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77543/testReport)** for PR 18074 at commit [`2a02302`](https://github.com/apache/spark/commit/2a02302f8e9084c796e642b1c5c86642fe6225d1).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77352/
    Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    Merged build finished. Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    **[Test build #77500 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77500/testReport)** for PR 18074 at commit [`379e775`](https://github.com/apache/spark/commit/379e775ca8fad55f59b5d9f765ef662b866f3224).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/77471/
    Test FAILed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    Merged build finished. Test PASSed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    **[Test build #77543 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77543/testReport)** for PR 18074 at commit [`2a02302`](https://github.com/apache/spark/commit/2a02302f8e9084c796e642b1c5c86642fe6225d1).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `case class UnresolvedRelation(`
      * `case class StringReplace(srcExpr: Expression, searchExpr: Expression, replaceExpr: Expression)`


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by jaceklaskowski <gi...@git.apache.org>.
Github user jaceklaskowski commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18074#discussion_r118436041
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/RelationalGroupedDataset.scala ---
    @@ -35,12 +35,13 @@ import org.apache.spark.sql.types.NumericType
     import org.apache.spark.sql.types.StructType
     
     /**
    - * A set of methods for aggregations on a `DataFrame`, created by `Dataset.groupBy`.
    + * A set of methods for aggregations on a `DataFrame`, created by [[Dataset#groupBy groupBy]],
    + * [[Dataset#cube cube]] or [[Dataset#rollup rollup]] (and also [[pivot]]).
      *
    - * The main method is the agg function, which has multiple variants. This class also contains
    - * convenience some first order statistics such as mean, sum for convenience.
    + * The main method is the [[agg]] function, which has multiple variants. This class also contains
    --- End diff --
    
    No scaladoc. I was focused on javadoc and seems I missed it. Fixed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark issue #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/18074
  
    **[Test build #77352 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/77352/testReport)** for PR 18074 at commit [`10104f2`](https://github.com/apache/spark/commit/10104f2b2043bfd95828a62a8c8207fd32fa0987).


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] spark pull request #18074: [DOCS][MINOR] Scaladoc fixes (aka typo hunting)

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18074#discussion_r119072616
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/window/WindowExec.scala ---
    @@ -153,12 +153,13 @@ case class WindowExec(
       }
     
       /**
    -   * Collection containing an entry for each window frame to process. Each entry contains a frames'
    -   * WindowExpressions and factory function for the WindowFrameFunction.
    +   * Collection containing an entry for each window frame to process. Each entry contains a frame's
    +   * [[WindowExpression]]s and factory function for the WindowFrameFunction.
        */
       private[this] lazy val windowFrameExpressionFactoryPairs = {
         type FrameKey = (String, FrameType, Option[Int], Option[Int])
         type ExpressionBuffer = mutable.Buffer[Expression]
    +    type WindowExpressionBuffer = mutable.Buffer[WindowExpression]
    --- End diff --
    
    @jaceklaskowski this is still not reverted. Please, back out any non-doc changes. I can't spend 4 rounds of review on things like this, it's not fair to anyone else waiting


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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