-
Notifications
You must be signed in to change notification settings - Fork 13.9k
[FLINK-11510] [DataStream] Add the MultiFieldSumAggregator to support KeyedStream.sum(int[] positionToSums ) #7638
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
Conversation
… KeyedStream.sum(int[] positionToSums ) - add the MultiFieldSumAggregator and modify KeyedStream - add unit test
… KeyedStream.sum(int[] positionToSums ) - fix the check style problems
|
Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community Review Progress
Please see the Pull Request Review Guide for a full explanation of the review process. DetailsThe Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required Bot commandsThe @flinkbot bot supports the following commands:
|
|
@flinkbot please re-render :) |
[FLINK-11510] [DataStream] Add the MultiFieldSumAggregator to support KeyedStream.sum(int[] positionToSums )
|
@metzger Is there anything need to update, please let me know. Looking forward to your review. Thanks very much. :) |
|
Thank you for your contribution! I've pinged Aljoscha in the JIRA ticket: https://issues.apache.org/jira/browse/FLINK-11510 |
|
@flinkbot approve description |
|
@flinkbot disapprove consensus I think this addition doesn't fit well into the general roadmap that the community has for Flink (see https://flink.apache.org/roadmap.html#analytics-applications-an-the-roles-of-datastream-dataset-and-table-api). The Table API can be used for cases where you need to do filtering, projection, and aggregation, so adding this limited functionality in the DataStream API would not make sense right now. @wangpeibin713 I'm sorry that we only saw this only now and that you already put work into this. 😓 |
thanks for review. I will close this issue 🙂 |
What is the purpose of the change
https://issues.apache.org/jira/browse/FLINK-11510
Brief change log
Verifying this change
This change added tests and can be verified as follows:
Does this pull request potentially affect one of the following parts:
Dependencies (does it add or upgrade a dependency): no
The public API, i.e., is any changed class annotated with@Public(Evolving): yes
The serializers: no
The runtime per-record code paths (performance sensitive): no
Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: no
The S3 file system connector: no
Documentation