Re: Looking for a jira to get started with contributing

2023-02-15 Thread Joern Kottmann
proper way to do it, I guess. Feel free to > go through starter issues. > > Matthias > > On Wed, Feb 15, 2023 at 9:47 AM Joern Kottmann wrote: > > > Hello, > > > > Thanks for the hint, I actually commented on that issue first and also > > on FLINK-25325. &g

Re: Looking for a jira to get started with contributing

2023-02-15 Thread Joern Kottmann
ps://flink.apache.org/community.html#issue-tracker > > On Mon, Feb 13, 2023 at 10:35 AM Joern Kottmann > wrote: > > > Hello, > > > > I looked through the tickets Yuxia suggested and would like to work on > > FLINK-26948 (Add SORT_ARRAY supported in SQL

Re: Looking for a jira to get started with contributing

2023-02-13 Thread Joern Kottmann
ias > > [1] > > https://cwiki.apache.org/confluence/display/FLINK/Flink+Jira+Process#FlinkJiraProcess-Labels > > On Wed, Feb 8, 2023 at 10:37 AM Joern Kottmann wrote: > > > Hello Yuxia, > > > > Thanks for sharing these tickets. > > > > I will look thr

Re: Looking for a jira to get started with contributing

2023-02-08 Thread Joern Kottmann
; some one(may be the creator of the jira or other one) to assign. > > [1]https://issues.apache.org/jira/browse/FLINK-6810 > [2] https://issues.apache.org/jira/browse/FLINK-20787 > > Best regards, > Yuxia > > - 原始邮件 - > 发件人: "Joern Kottmann" > 收件人: &qu

Looking for a jira to get started with contributing

2023-02-08 Thread Joern Kottmann
Hello all, I contributed 2 -3 commits once to fix small issues I found in Flink, and would love to start contributing again. I am interested in working on Testing or SQL (or anything else where help is needed). Is there anyone here who could assign me a smaller Jira ticket so I can get started?

Re: [DISCUSS] Moving to JUnit5

2021-05-26 Thread Joern Kottmann
>From a user perspective it would be nice if it is possible to use Junit 5 also for integration tests using MiniClusterWithClientResource [1]. I would be happy to help you with the migration of a few modules, if you need a hand with it. Regards, Jörn [1] https://ci.apache.org/projects/flink/fli

Re: Static code analysis for Flink project

2018-06-14 Thread Joern Kottmann
to > enforcing/fixing/extending static checks. > > > On 14.06.2018 12:20, Joern Kottmann wrote: >> >> Hello, >> >> we introduced static code analysis 2 years back at Apache OpenNLP. To >> make this work with our also not perfect code base we added the >&

Re: Static code analysis for Flink project

2018-06-14 Thread Joern Kottmann
Hello, we introduced static code analysis 2 years back at Apache OpenNLP. To make this work with our also not perfect code base we added the checker to the build to make the build fail, then we disabled all checks which caused failures (or fixed them), afterwards we worked on resolving the issues,

OperatorChain catch block failing with NPE instead of re-throwing the exception

2018-01-26 Thread Joern Kottmann
Hello all, I implemented a rather simple map function which is returning a Tuple2 with an object of the wrong type. This is causing a Class Cast Exception a bit later, it would be good if I would get that Class Cast Exception instead of a Null Pointer Exception, because the Class Cast Exception wo