RE: Aggregation problem.

2017-02-18 Thread Kürşat Kurt
Yes, it works. Thank you Yassine. From: Yassine MARZOUGUI [mailto:y.marzou...@mindlytix.com] Sent: Saturday, February 18, 2017 2:48 PM To: user@flink.apache.org Subject: RE: Aggregation problem. Hi, I think this is an expected output and not necessarily a bug. To get the element

Re: Aggregation problem.

2017-02-18 Thread Fabian Hueske
Ah, yes of course. Yassine is right, thanks! Sorry for not spotting this earlier. Will close the JIRA issue. Best, Fabian 2017-02-18 12:48 GMT+01:00 Yassine MARZOUGUI : > Hi, > > I think this is an expected output and not necessarily a bug. To get the > element

RE: Aggregation problem.

2017-02-18 Thread Yassine MARZOUGUI
Hi, I think this is an expected output and not necessarily a bug. To get the element having the maximum value, maxBy() should be used instead of max(). See this answer for more details :

RE: Aggregation problem.

2017-02-18 Thread Kürşat Kurt
Ok, i have opened the issue with the test case. Thanks. https://issues.apache.org/jira/browse/FLINK-5840 From: Fabian Hueske [mailto:fhue...@gmail.com] Sent: Saturday, February 18, 2017 3:33 AM To: user@flink.apache.org Subject: Re: Aggregation problem. Hi, this looks like a