Uh oh!
There was an error while loading. Please reload this page.
[MINOR][REFACTORING] KeyValueGroupedDataset.mapGroupsWithState uses flatMapGroupsWithState - #18642
Closed
jaceklaskowski wants to merge 1 commit into
Closed
[MINOR][REFACTORING] KeyValueGroupedDataset.mapGroupsWithState uses flatMapGroupsWithState#18642jaceklaskowski wants to merge 1 commit into
jaceklaskowski wants to merge 1 commit into
Conversation
…latMapGroupsWithState
SparkQA
commented
Jul 15, 2017
Test build #79633 has finished for PR 18642 at commit
|
jaceklaskowski
commented
Jul 17, 2017
ContributorAuthor
jaceklaskowski
commented
Jul 20, 2017
ContributorAuthor
zsxwing
reviewed
Jul 20, 2017
| groupingAttributes, | ||
| dataAttributes, | ||
| OutputMode.Update, | ||
| isMapGroupsWithState = true, |
Member
There was a problem hiding this comment.
This change is not correct. It will set isMapGroupsWithState to false. However, looks like we don't have a unit test covering this :(
gatorsmile
commented
Oct 27, 2017
Member
Since the fix is not right, @jaceklaskowski Could you close this PR? |
zifeif2 pushed a commit
to zifeif2/spark
that referenced
this pull request
Nov 22, 2025
Closesapache#11494Closesapache#14158Closesapache#16803Closesapache#16864Closesapache#17455Closesapache#17936Closesapache#19377 Added: Closesapache#19380Closesapache#18642Closesapache#18377Closesapache#19632 Added: Closesapache#14471Closesapache#17402Closesapache#17953Closesapache#18607 Also cc srowen vanzin HyukjinKwon gatorsmile cloud-fan to see if you have other PRs to close. Author: Xingbo Jiang <xingbo.jiang@databricks.com> Closesapache#19669 from jiangxb1987/stale-prs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Refactored
KeyValueGroupedDataset.mapGroupsWithStateto useflatMapGroupsWithStateexplicitly (so it's clear that the former is almost the latter)./cc @zsxwing@tdas
How was this patch tested?
local build