[GitHub] flink issue #3765: [FLINK-6373] Add runtime support for distinct aggregation...

2018-05-07 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/3765 The features that this PR was going to implement has been resolved by PR #. I will close it. ---

[GitHub] flink issue #3765: [FLINK-6373] Add runtime support for distinct aggregation...

2017-05-01 Thread sunjincheng121
Github user sunjincheng121 commented on the issue: https://github.com/apache/flink/pull/3765 Hi @haohui @fhueske I am very interested in `DISTINCT`, Let me share some ideas about this: First up, in standard database there are two situations can using `DISTINCT` keyword. *

[GitHub] flink issue #3765: [FLINK-6373] Add runtime support for distinct aggregation...

2017-04-28 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/3765 Hi @haohui, I suggested before that PR #3771 might be used for DISTINCT group window functions. However, this does not work because we cannot register state for an AggregateFunction. The

[GitHub] flink issue #3765: [FLINK-6373] Add runtime support for distinct aggregation...

2017-04-27 Thread haohui
Github user haohui commented on the issue: https://github.com/apache/flink/pull/3765 Updated the PR to codegen the parts used by distinct accumulator. Each column is calculated independently. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] flink issue #3765: [FLINK-6373] Add runtime support for distinct aggregation...

2017-04-25 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/3765 Hi @haohui, thanks for the PR! I like the approach of the wrapping distinct aggregator. Unfortunately, this approach won't work with the upcoming changes for the the UDAGG interface. The

[GitHub] flink issue #3765: [FLINK-6373] Add runtime support for distinct aggregation...

2017-04-24 Thread haohui
Github user haohui commented on the issue: https://github.com/apache/flink/pull/3765 Note that this PR contains minimal amount of tests. Would love the feedbacks on what kinds of tests are required here. --- If your project is set up for it, you can reply to this email and have your