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,