Questions regarding contribution: Support for reading Kafka topics from any startReadTime in Java

2022-05-25 Thread Balázs Németh
https://issues.apache.org/jira/browse/BEAM-14518 https://github.com/apache/beam/blob/fd8546355523f67eaddc22249606fdb982fe4938/sdks/java/io/kafka/src/main/java/org/apache/beam/sdk/io/kafka/ConsumerSpEL.java#L180-L198 Right now the 'startReadTime' config for KafkaIO.Read looks up an offset in

Re: GSoC idea: mypyc as an alternative to cython

2022-05-25 Thread Chad Dombrova
> > - What does the new prototype code look like (hopefully much cleaner)? > Instead of a separate pxd file, you just have the existing .py file with standard typing annotations. > - How does performance compare to the Cython approach? > Good question. I've not been able to find any posts

Re: GSoC idea: mypyc as an alternative to cython

2022-05-25 Thread Sam Bourne
Is there any interest in this? There is a lot of promise in only needing to maintain a single well typed implementation. On Fri, Feb 11, 2022 at 6:35 PM Chad Dombrova wrote: > Hi all, > At work, I recently started playing around with mypyc[1] as a means to > compile our python code to C

[GitHub] [beam-site] y1chi merged pull request #629: Publish 2.39.0 release

2022-05-25 Thread GitBox
y1chi merged PR #629: URL: https://github.com/apache/beam-site/pull/629 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@beam.apache.org

Flaky test issue report (58)

2022-05-25 Thread Beam Jira Bot
This is your daily summary of Beam's current flaky tests (https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20statusCategory%20!%3D%20Done%20AND%20labels%20%3D%20flake) These are P1 issues because they have a major negative impact on the community and make it hard to

P1 issues report (77)

2022-05-25 Thread Beam Jira Bot
This is your daily summary of Beam's current P1 issues, not including flaky tests (https://issues.apache.org/jira/issues/?jql=project%20%3D%20BEAM%20AND%20statusCategory%20!%3D%20Done%20AND%20priority%20%3D%20P1%20AND%20(labels%20is%20EMPTY%20OR%20labels%20!%3D%20flake). See

Re: Failing Java precommit

2022-05-25 Thread Jan Lukavský
Yes, the precommit is passing now. +1 On 5/24/22 18:00, Brian Hulette wrote: It looks like this change [1] from +Yi Hu  should fix it. [1] https://github.com/apache/beam/pull/17734 On Tue, May 24, 2022 at 2:15 AM Jan Lukavský wrote: Hi, I'm seeing a