Uh oh!
There was an error while loading. Please reload this page.
[SPARK-18299][SQL] Allow more aggregations on KeyValueGroupedDataset - #24993
[SPARK-18299][SQL] Allow more aggregations on KeyValueGroupedDataset#24993nooberfsh wants to merge 3 commits into
Conversation
JoshRosen
commented
Jun 29, 2019
jenkins this is ok to test |
SparkQA
commented
Jun 29, 2019
Test build #107041 has finished for PR 24993 at commit
|
SparkQA
commented
Jul 1, 2019
Test build #107068 has finished for PR 24993 at commit
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
SparkQA
commented
Jul 8, 2019
Test build #107319 has finished for PR 24993 at commit
|
SparkQA
commented
Jul 8, 2019
Test build #107320 has finished for PR 24993 at commit
|
dongjoon-hyun
commented
Jul 16, 2019
Retest this please. |
dongjoon-hyun
commented
Jul 16, 2019
Hi, @gatorsmile, @cloud-fan , @JoshRosen . |
SparkQA
commented
Jul 16, 2019
Test build #107716 has finished for PR 24993 at commit
|
dongjoon-hyun
commented
Jul 16, 2019
Retest this please. |
SparkQA
commented
Jul 16, 2019
Test build #107744 has finished for PR 24993 at commit
|
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Merged to master.
dongjoon-hyun
commented
Jul 16, 2019
Thank you, @nooberfsh and @JoshRosen . |
dongjoon-hyun
commented
Jul 16, 2019
@nooberfsh . What is your Apache JIRA ID? I want to add you to the Apache Spark Contributor group and assign SPARK-18299 to you. |
## What changes were proposed in this pull request? Add 4 additional agg to KeyValueGroupedDataset ## How was this patch tested? New test in DatasetSuite for typed aggregation Closesapache#24993 from nooberfsh/sqlagg. Authored-by: nooberfsh <nooberfsh@gmail.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
zhouzach
commented
Aug 2, 2019
but it can not be used in 2.4.3, is it not be published? |
dongjoon-hyun
commented
Aug 2, 2019
Correct, @zhouzach . SPARK-18299 is Apache Spark 3.0.0. FYI, we don't backport |
What changes were proposed in this pull request?
Add 4 additional agg to KeyValueGroupedDataset
How was this patch tested?
New test in DatasetSuite for typed aggregation