Beam High Priority Issue Report (43)

2022-10-21 Thread beamactions
This is your daily summary of Beam's current high priority issues that may need attention. See https://beam.apache.org/contribute/issue-priorities for the meaning and expectations around issue priorities. Unassigned P0 Issues: https://github.com/apache/beam/issues/23747 [Bug]: After JDBCIO

Questions on primitive transforms hierarchy

2022-10-21 Thread Jan Lukavský
Hi, I have some missing pieces in my understanding of the set of Beam's primitive transforms, which I'd like to fill. First a quick recap of what I think is the current state. We have (basically) the following primitive transforms:  - DoFn (stateless, stateful, splittable)  - Window  - Imp

Re: [PROPOSAL] Re-enable checkerframework by default

2022-10-21 Thread Alexey Romanenko
+1 to make it “on" by default with mentioning that on Contribution Guide. I recall for one PR that it took me some time to realise why it was failing on Jenkins and not locally because of this different behaviour. — Alexey > On 20 Oct 2022, at 00:51, Kenneth Knowles wrote: > > Hi all, > > S

Re: [PROPOSAL] Re-enable checkerframework by default

2022-10-21 Thread Reuven Lax via dev
+1 This happens to me regularly. It fails on Jenkins but succeeds on my machine, and it's hard to figure out why (since all you see on Jenkins is a compile error). Then I'm always trying to remember how to enable it locally. IMO development would be faster if this was enabled locally. Anyone who d

Re: [DISCUSS] Jenkins -> GitHub Actions ?

2022-10-21 Thread Ismaël Mejía
+1 Github Actions are more intuitive and easy to modify and test for everyone. Also Beam wins because that makes one less system to maintain. Regards, Ismaël On Wed, Oct 19, 2022 at 5:50 PM Danny McCormick via dev wrote: > > Thanks for kicking this conversation off. I'm +1 on migrating, but only

Re: FOSDEM 2023 is back as in person event

2022-10-21 Thread Ismaël Mejía
Hi Aizhamal, You might be interested on this thread where the ASF people are also discussing about FOSDEM participation. https://lists.apache.org/thread/kv4fhldmc9mo6v5lwtkwqtwg97l64lx1 It seems the call for devrooms is closed so maybe it us too late for Beam, but we have had talks in the past ab

Re: Questions on primitive transforms hierarchy

2022-10-21 Thread Kenneth Knowles
On Fri, Oct 21, 2022 at 5:24 AM Jan Lukavský wrote: > Hi, > > I have some missing pieces in my understanding of the set of Beam's > primitive transforms, which I'd like to fill. First a quick recap of what I > think is the current state. We have (basically) the following primitive > transforms: >

Re: [PROPOSAL] Re-enable checkerframework by default

2022-10-21 Thread Kenneth Knowles
https://github.com/apache/beam/pull/23792 On Fri, Oct 21, 2022 at 9:49 AM Reuven Lax via dev wrote: > +1 > > This happens to me regularly. It fails on Jenkins but succeeds on my > machine, and it's hard to figure out why (since all you see on Jenkins is a > compile error). Then I'm always trying