Re: Assigning an issue to self on JIRA

2016-08-14 Thread Sunny T
Hi Aljoscha, Thanks for the add. Best, Sunny On Sun, Aug 14, 2016 at 11:24 PM, Aljoscha Krettek wrote: > Hi Sunny, > I added you as a contributor, now you should be able to assign issues to > yourself. > > The reason we don't give this permission to everyone is problems with spam. > But anyon

Re: [FLINK-4309] - Need a shepherd

2016-08-14 Thread Aljoscha Krettek
I'll have a look. Thanks for working on this! On Mon, 15 Aug 2016 at 06:22 Sunny T wrote: > Hi, > > I have created a pull request for FLINK-4309 > . Can anyone shepherd > it? > > Here's the link to the pull request: > https://github.com/apache/fl

Re: Assigning an issue to self on JIRA

2016-08-14 Thread Aljoscha Krettek
Hi Sunny, I added you as a contributor, now you should be able to assign issues to yourself. The reason we don't give this permission to everyone is problems with spam. But anyone can just ask and then we'll assign the required permissions. Cheers, Aljoscha On Mon, 15 Aug 2016 at 05:55 Sunny T

[jira] [Created] (FLINK-4393) Failed to serialize accumulators for task

2016-08-14 Thread Sajeev Ramakrishnan (JIRA)
Sajeev Ramakrishnan created FLINK-4393: -- Summary: Failed to serialize accumulators for task Key: FLINK-4393 URL: https://issues.apache.org/jira/browse/FLINK-4393 Project: Flink Issue Typ

Re: Some thoughts about the lower-level Flink APIs

2016-08-14 Thread Matthias J. Sax
It really depends on the skill level of the developer. Using low-level API requires to think about many details (eg. state handling etc.) that could be done wrong. As Flink gets a broader community, more people will use it who might not have the required skill level to deal with low-level API. For

Re: Some thoughts about the lower-level Flink APIs

2016-08-14 Thread Gyula Fóra
Hi Jamie, I agree that it is often much easier to work on the lower level APIs if you know what you are doing. I think it would be nice to have very clean abstractions on that level so we could teach this to the users first but currently I thinm its not easy enough to be good starting point. The

[FLINK-4309] - Need a shepherd

2016-08-14 Thread Sunny T
Hi, I have created a pull request for FLINK-4309 . Can anyone shepherd it? Here's the link to the pull request: https://github.com/apache/flink/pull/2371 Thanks, Sunny

Re: Assigning an issue to self on JIRA

2016-08-14 Thread Sunny T
Hi Jark, Thanks. I will contact a committer regarding this. Best, Sunny On Sun, Aug 14, 2016 at 6:28 PM, Jark Wu wrote: > Hi Sunny, > > You can comment in the JIRA like “I would like to work on this issue” > (what you have done). Then you can start to work on it. Committers will > assign this

Re: Assigning an issue to self on JIRA

2016-08-14 Thread Jark Wu
Hi Sunny, You can comment in the JIRA like “I would like to work on this issue” (what you have done). Then you can start to work on it. Committers will assign this issue to you once they see it. The reason you can’t assign issue to yourself is because of permission. You can ask one of Commit

Re: Assigning an issue to self on JIRA

2016-08-14 Thread Sunny T
Hi Ivan, Thanks for looking into it. I have not yet submitted the Apache Contributor License. Perhaps that could be an issue. Yes, if the issue persists, I will contact someone from the core team. Thanks, Sunny On Sun, Aug 14, 2016 at 3:13 PM, Ivan Mushketyk wrote: > Hi Sunny, > > I don't t

Re: Assigning an issue to self on JIRA

2016-08-14 Thread Ivan Mushketyk
Hi Sunny, I don't think I did anything except creating a JIRA account. I wanted to set you as the assignee for this task, but your name does not come up in the auto-complete form. I wonder if somehow you didn't finish the account creation process. If the issues persists, maybe someone from the cor

Re: Assigning an issue to self on JIRA

2016-08-14 Thread Sunny T
Hi Ivan, I am not able to assign the Assignee Field, it's not clickable for me. I created my JIRA account few hours back. Do I need to be added to some group for me to be able to edit the JIRA item? Thanks, Sunny On Sun, Aug 14, 2016 at 2:37 PM, Ivan Mushketyk wrote: > Hi, > > I am new to Flin

Re: Assigning an issue to self on JIRA

2016-08-14 Thread Ivan Mushketyk
Hi, I am new to Flink myself, but I don't think there is any issues with assigning issues to yourself. Best regards, Ivan. On Sun, 14 Aug 2016 at 21:48 Sunny T wrote: > Hi, > > I would like to contribute to Apache Flink. And I have chosen this minor > bug to work on: FLINK-4309 >

Assigning an issue to self on JIRA

2016-08-14 Thread Sunny T
Hi, I would like to contribute to Apache Flink. And I have chosen this minor bug to work on: FLINK-4309 . However, I am not able to assign the issue to myself. How can I assign the issue to myself? Thanks, Sunny

Nested field expressions PR

2016-08-14 Thread Gábor Gévay
Hello, I have a PR for making FieldAccessors support nested field expressions (like .sum("f1.foo.bar")) that has been open for quite a long time: https://github.com/apache/flink/pull/2094 Although it looks like that it is a lot of code, most of it is actually fairly straightforward, so it shouldn'