Beam High Priority Issue Report (43)

2023-01-26 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/25166 [Bug]: BigQueryIO w

[RFC] Tensorflow model handler in Beam Repository

2023-01-26 Thread Ritesh Ghorse via dev
Hey everyone, I've written a short doc to add a new tensorflow model handler to make it easy to use for beam users and consistent with other model handlers. Feel free to add your comments, questions and feedback. Doc: https://docs.google.com/document/d/1c2rWX7fA7UAl2qabzEXg5r7_zwosHfGo6mg1gz8VdSQ

Re: [RFC] Tensorflow model handler in Beam Repository

2023-01-26 Thread Danny McCormick via dev
Thanks Ritesh! I left a couple comments, but overall this looks like a great proposal! On Thu, Jan 26, 2023 at 10:43 AM Ritesh Ghorse via dev wrote: > Hey everyone, > > I've written a short doc to add a new tensorflow model handler to make it > easy to use for beam users and consistent with othe

Re: [RFC] Tensorflow model handler in Beam Repository

2023-01-26 Thread Anand Inguva via dev
Thanks Ritesh for the proposal. Left couple of comments. On Thu, Jan 26, 2023 at 11:04 AM Danny McCormick via dev < dev@beam.apache.org> wrote: > Thanks Ritesh! I left a couple comments, but overall this looks like a > great proposal! > > On Thu, Jan 26, 2023 at 10:43 AM Ritesh Ghorse via dev < >

Beam Dependency Check Report (2023-01-26)

2023-01-26 Thread Apache Jenkins Server
<<< text/html; charset=UTF-8: Unrecognized >>>

Convenience methods for Schema definition in Java

2023-01-26 Thread Byron Ellis via dev
Hi all, I've been spending a lot of time recently working with Schemas in Java on Beam and I noticed that there aren't convenience methods for creating nullable versions of a field like there are for the NOT NULL versions. If folks are interested I made a small quality-of-life PR