[GitHub] spark pull request: [SPARK-11896] [SQL] Support Sample in Dataset ...

2015-11-24 Thread gatorsmile
Github user gatorsmile closed the pull request at: https://github.com/apache/spark/pull/9877 --- 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

[GitHub] spark pull request: [SPARK-11896] [SQL] Support Sample in Dataset ...

2015-11-24 Thread gatorsmile
Github user gatorsmile commented on the pull request: https://github.com/apache/spark/pull/9877#issuecomment-159447494 close this one and will merge it to https://github.com/apache/spark/pull/9921 Thank you! --- If your project is set up for it, you can reply to this email a

[GitHub] spark pull request: [SPARK-11896] [SQL] Support Sample in Dataset ...

2015-11-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9877#issuecomment-158800613 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

[GitHub] spark pull request: [SPARK-11896] [SQL] Support Sample in Dataset ...

2015-11-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/9877#issuecomment-158800614 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/4

[GitHub] spark pull request: [SPARK-11896] [SQL] Support Sample in Dataset ...

2015-11-22 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9877#issuecomment-158800570 **[Test build #46495 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46495/consoleFull)** for PR 9877 at commit [`7430e61`](https://git

[GitHub] spark pull request: [SPARK-11896] [SQL] Support Sample in Dataset ...

2015-11-22 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/9877#issuecomment-158790021 **[Test build #46495 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/46495/consoleFull)** for PR 9877 at commit [`7430e61`](https://gith

[GitHub] spark pull request: [SPARK-11896] [SQL] Support Sample in Dataset ...

2015-11-22 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/9877#discussion_r45562547 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -434,6 +436,24 @@ class Dataset[T] private[sql]( c5: TypedColumn[T, U

[GitHub] spark pull request: [SPARK-11896] [SQL] Support Sample in Dataset ...

2015-11-22 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/9877#discussion_r45562482 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala --- @@ -434,6 +436,24 @@ class Dataset[T] private[sql]( c5: TypedColumn[T, U5]