Beam High Priority Issue Report (42)

2023-07-25 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 P1 Issues: https://github.com/apache/beam/issues/27648 [Bug]: Python SDFs

Beam Metrics Report (2023-07-25)

2023-07-25 Thread Apache Jenkins Server
ERROR: File 'src/.test-infra/jenkins/metrics_report/beam-metrics_report.html' does not exist

Re: BeamKafkaTable doesn't set commitOffsetsInFinalize to KafkaIO reader

2023-07-25 Thread Kenneth Knowles
Sounds like a useful addition. More generally, we might want to move from a manual wrapper to an automated wrapper that accepts a configuration object. Reading the code it seems that each configuration parameters will require coding right now. Kenn On Mon, Jul 24, 2023 at 3:04 AM gabrywu wrote:

Re: ByteBuddy ClassLoadingStrategy.Default.INJECTION vs getClassLoadingStrategy

2023-07-25 Thread Kenneth Knowles
I believe our usage is high enough on Java 8 that we wouldn't be close to ceasing support for it. I actually don't really know much about the possibility of distributing multi-version artifacts for Java but that would probably be better than what we do today. Today we just distribute Java 8 artifa