Call for Presentations, Community Over Code 2023

2023-05-09 Thread Rich Bowen
(Note: You are receiving this because you are subscribed to the dev@ list for one or more Apache Software Foundation projects.) The Call for Presentations (CFP) for Community Over Code (formerly Apachecon) 2023 is open at https://communityovercode.org/call-for-presentations/, and will close Thu, 1

Beam High Priority Issue Report (32)

2023-05-09 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/26536 [Bug]: Accessing Hi

Re: [PROPOSAL] Preparing for 2.48.0 Release

2023-05-09 Thread Anand Inguva via dev
Thanks. I will add this as a milestone to 2.49.0. On Mon, May 8, 2023 at 11:21 AM Valentyn Tymofieiev wrote: > > Absent a compelling reason otherwise, my view would be to just stick > with the statement of dropping it as soon as it goes out of support > > This is the process we agreed upon last

Re: [PROPOSAL] Preparing for 2.48.0 Release

2023-05-09 Thread Valentyn Tymofieiev via dev
> Absent a compelling reason otherwise, my view would be to just stick with the statement of dropping it as soon as it goes out of support This is the process we agreed upon last time we discussed the version support policy on dev@. On Fri, May 5, 2023 at 6:18 PM Robert Bradshaw via dev wrote:

Re: [VOTE] Release 2.47.0, release candidate #3

2023-05-09 Thread Robert Bradshaw via dev
Thanks for catching this. This does seem severe enough that we need to fix it before the release. On Sat, May 6, 2023 at 10:15 PM Chamikara Jayalath via dev < dev@beam.apache.org> wrote: > Seems like Python SDK harness containers built for the current RC are > broken. Please see https://github.co

Re: [VOTE] Release 2.47.0, release candidate #3

2023-05-09 Thread Jack McCluskey via dev
I've spent the day putting together an environment on a debian bullseye container to re-build containers with a matching Glibc version. The Java, Go, Python, and Typescript containers have all been re-built and pushed to Docker Hub. The underlying code did not change, which fortunately means we can

Beam High Priority Issue Report (32)

2023-05-09 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/26591 [Failing Test]: Web

Introducing beam.MLTransform

2023-05-09 Thread Anand Inguva via dev
Hi all, In Apache Beam, we plan to introduce a *beam.MLTransform* for carrying out common ML centric processing tasks. Using the tensorflow_transform as the backend, we will introduce several data processing transforms in Beam. These can be easily utilized by simply wrapping them with the beam.ML

Re: [VOTE] Release 2.47.0, release candidate #3

2023-05-09 Thread Chamikara Jayalath via dev
Verified that new containers are valid. Changing my vote to +1 Thanks for fixing this Jack. - Cham On Mon, May 8, 2023 at 2:05 PM Jack McCluskey wrote: > I've spent the day putting together an environment on a debian bullseye > container to re-build containers with a matching Glibc version. Th