-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FLINK-8571] [DataStream] [Backport] Introduce utility function that reinterprets a data stream as keyed stream #5439
Conversation
…s a data stream as keyed stream (backport from 1.5 branch)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any specific reason why the Scala test counterpart for reinterpretAsKeyedStream
is not included in the backport?
Otherwise, changes look good to me 👍
public TemporaryFolder temporaryFolder = new TemporaryFolder(); | ||
|
||
/** | ||
* FLINK-8571 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can maybe remove this? I think there isn't a need to explicitly tag this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@StefanRRichter Yes, this can then probably also be removed from the original PR before merging.
The changes look good! But as @tzulitai mentioned the missing Scala tests seem strange. |
Added the test. |
LGTM once Travis is green. |
Thanks for the reviews! Will merge. |
…s a data stream as keyed stream (backport from 1.5 branch) This closes #5439.
…s a data stream as keyed stream (backport from 1.5 branch) This closes apache#5439.
…s a data stream as keyed stream (backport from 1.5 branch) This closes apache#5439.
This PR is a backport of #5424 to Flink 1.4.