[PR] Publish docs for 2.53.0 release [beam-site]

2023-12-20 Thread via GitHub
jrmccluskey opened a new pull request, #656: URL: https://github.com/apache/beam-site/pull/656 Content generated from https://github.com/apache/beam/tree/v2.53.0-RC1. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: Constant for beam:runner:executable_stage:v1 ?

2023-12-20 Thread Robert Bradshaw via dev
Not at all. (We may want to lift it to a proto definition that can be shared for all languages, and similarly for "beam:runner:source:v1" and "beam:runner:sink:v1" but moving it to a common spot in Python at least is an improvement. On Wed, Dec 20, 2023 at 1:19 PM Joey Tran wrote: > Would it

Re: Constant for beam:runner:executable_stage:v1 ?

2023-12-20 Thread Joey Tran
Would it feel too wrong to put it in commo_urns? [1] [1] https://github.com/apache/beam/blob/8de029a412ab3e87ec92caf29818b51dab4ab02d/sdks/python/apache_beam/portability/common_urns.py On Wed, Dec 20, 2023 at 4:06 PM Robert Bradshaw via dev wrote: > Technically it's not really part of the

Re: Constant for beam:runner:executable_stage:v1 ?

2023-12-20 Thread Robert Bradshaw via dev
Technically it's not really part of the model so much as an implementation detail, but it likely does make sense to put somewhere common. On Wed, Dec 20, 2023 at 12:55 PM Joey Tran wrote: > Hey all, > > Is there a particular reason we hard code > "beam:runner:executable_stage:v1" everywhere in

Constant for beam:runner:executable_stage:v1 ?

2023-12-20 Thread Joey Tran
Hey all, Is there a particular reason we hard code "beam:runner:executable_stage:v1" everywhere in the python SDK instead of putting it in common_urns?

Re: Python SDK logical types with argument

2023-12-20 Thread Robert Bradshaw via dev
On Wed, Dec 20, 2023 at 8:41 AM Ben San Nicolas via dev wrote: > Hi, > > I'm looking to make use of https://github.com/apache/beam/issues/23373 so > I can use a java avro schema with enums xlang from python. > > Are there existing ideas on how to implement this? > > I tried taking a look and the

Python SDK logical types with argument

2023-12-20 Thread Ben San Nicolas via dev
Hi, I'm looking to make use of https://github.com/apache/beam/issues/23373 so I can use a java avro schema with enums xlang from python. Are there existing ideas on how to implement this? I tried taking a look and the Python SDK has a very simple map from concrete python type to logical type,

Re: Beam 2.53.0 Release Branch Cut

2023-12-20 Thread Jack McCluskey via dev
Hey everyone, Just wanted to give an update on the release. There's one potentially blocking issue left (https://github.com/apache/beam/issues/29818) that I'd like to get resolved, or at the very least, understood as a non-issue, before building RC1. Thanks, Jack McCluskey On Wed, Dec 13, 2023

Beam High Priority Issue Report (48)

2023-12-20 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/29832 [Bug]: