Abacn commented on issue #23373: URL: https://github.com/apache/beam/issues/23373#issuecomment-3184423380
The latest status is that logical type with primitive argument are supported. This should be sufficient for Timestamp(int) type. https://github.com/apache/beam/blob/b63fb6fd6621ae67b74810ec2351ecddc8981df7/sdks/python/apache_beam/typehints/schemas.py#L455 https://github.com/apache/beam/blob/b63fb6fd6621ae67b74810ec2351ecddc8981df7/sdks/python/apache_beam/typehints/schemas.py#L369 The missing part is the SchemaTranslation of logical type that has non-primitive argument (e.g. Row, array) from Python Row schema -> runner api schema -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
