Re: [PROPOSAL] Python 3 support

2018-04-18 Thread Ahmet Altay
Robbe, I added you as a contributor to our JIRA. You should be able to assign issues to yourself. Board will auto update itself based on the issues. Give it a try. On Wed, Apr 18, 2018 at 1:15 AM, Robbe Sneyders wrote: > Thanks! > > Can someone give me permission to assign issues to myself? > An

Re: [PROPOSAL] Python 3 support

2018-04-18 Thread Robbe Sneyders
Thanks! Can someone give me permission to assign issues to myself? And edit rights to the Kanban board? Robbe On Tue, 17 Apr 2018 at 22:56 Ahmet Altay wrote: > Kanban board for python 3: > https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=245 > > (Thank you Davor!) > > Ahmet > >

Re: [PROPOSAL] Python 3 support

2018-04-17 Thread Ahmet Altay
Kanban board for python 3: https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=245 (Thank you Davor!) Ahmet On Fri, Apr 6, 2018 at 6:32 PM, Reuven Lax wrote: > I had a similar problem. > > On Fri, Apr 6, 2018, 6:23 PM Ahmet Altay wrote: > >> I tried to create a shared kanban board

Re: [PROPOSAL] Python 3 support

2018-04-06 Thread Reuven Lax
I had a similar problem. On Fri, Apr 6, 2018, 6:23 PM Ahmet Altay wrote: > I tried to create a shared kanban board but I failed. I think I am lacking > some permission to create a shared filter. Could someone help with creating > this? > > The filter I planned to use was "project = BEAM AND (par

Re: [PROPOSAL] Python 3 support

2018-04-06 Thread Ahmet Altay
I tried to create a shared kanban board but I failed. I think I am lacking some permission to create a shared filter. Could someone help with creating this? The filter I planned to use was "project = BEAM AND (parent = BEAM-2784 OR parent = BEAM-1251) ORDER BY Rank ASC" Ahmet On Fri, Apr 6, 2018

Re: [PROPOSAL] Python 3 support

2018-04-06 Thread Robbe Sneyders
Hi all, I don't seem to have the permissions to create a Kanban board or even assign tasks to myself. Who could help me with this? I've updated the coders package pull request [1] and added the applied strategy to the proposal document [2]. It would be great to get some feedback on this, so we ca

Re: [PROPOSAL] Python 3 support

2018-04-02 Thread Robbe Sneyders
Hello Robert, I think a Kanban board on Jira as proposed by Ahmet can be helpful for this. I'll look into setting one up tomorrow. In the meantime, you can find the first pull request with the updated coders package here: https://github.com/apache/beam/pull/4990 Kind regards, Robbe On Fri, 30 M

Re: [PROPOSAL] Python 3 support

2018-03-30 Thread Robert Bradshaw
On Fri, Mar 30, 2018 at 8:39 AM Robbe Sneyders wrote: > Thanks Ahmet and Robert, > > I think we can work on different subpackages in parallel, but it's > important to apply the same strategy everywhere. I'm currently working on > applying step 1 (was mostly done already) and 2 of the proposal to

Re: [PROPOSAL] Python 3 support

2018-03-30 Thread Robbe Sneyders
Thanks Ahmet and Robert, I think we can work on different subpackages in parallel, but it's important to apply the same strategy everywhere. I'm currently working on applying step 1 (was mostly done already) and 2 of the proposal to the coders subpackage to create a first pull request. We can then

Re: [PROPOSAL] Python 3 support

2018-03-29 Thread Robert Bradshaw
Thank you, Robbie, for your offer to help with contribution here. I read over your doc and the one thing I'd like to add is that this work is very parallelizable, but if we have enough people looking at it we'll want some way to coordinate so as to not overlap work (or just waste time discovering w

Re: [PROPOSAL] Python 3 support

2018-03-27 Thread Ahmet Altay
On Tue, Mar 27, 2018 at 7:12 AM, Holden Karau wrote: > > On Tue, Mar 27, 2018 at 4:27 AM Robbe Sneyders > wrote: > >> Hi Anand, >> >> Thanks for the feedback. >> >> It should be no problem to run everything on DataflowRunner as well. >> Are there any performance tests in place to check for perfo

Re: [PROPOSAL] Python 3 support

2018-03-27 Thread Holden Karau
On Tue, Mar 27, 2018 at 4:27 AM Robbe Sneyders wrote: > Hi Anand, > > Thanks for the feedback. > > It should be no problem to run everything on DataflowRunner as well. > Are there any performance tests in place to check for performance > regressions? > > Some questions were raised in the proposal

Re: [PROPOSAL] Python 3 support

2018-03-27 Thread Robbe Sneyders
Hi Anand, Thanks for the feedback. It should be no problem to run everything on DataflowRunner as well. Are there any performance tests in place to check for performance regressions? Some questions were raised in the proposal document which I want to add to this conversation: The first comment

Re: [PROPOSAL] Python 3 support

2018-03-23 Thread Ahmet Altay
Thank you Robbe. I reviewed the document it looks reasonable to me. I will touch on some points that were not mentioned: - Runner exercise different code paths. Doing auto conversions and focusing on DirectRunner is not enough. It is worthwhile to run things on DataflowRunner as well. This can be