Abacn commented on PR #29849:
URL: https://github.com/apache/beam/pull/29849#issuecomment-1874836829
This breaks jdbc integration test:
```
a = (<apache_beam.io.external.xlang_jdbcio_it_test.CrossLanguageJdbcIOTest
testMethod=test_xlang_jdbc_write_read_0_postgres>,)
kw = {}
@wraps(func)
def standalone_func(*a, **kw):
> return func(*(a + p.args), **p.kwargs, **kw)
...
apache_beam/typehints/schemas.py:601: in named_tuple_from_schema
schema_registry=schema_registry).named_tuple_from_schema(schema)
apache_beam/typehints/schemas.py:558: in named_tuple_from_schema
field_py_type = self.typing_from_runner_api(field.type)
apache_beam/typehints/schemas.py:543: in typing_from_runner_api
return LogicalType.from_runner_api(
apache_beam/typehints/schemas.py:814: in from_runner_api
logical_type, logical_type_instance._language_type())
...
cls = <apache_beam.io.jdbc.JdbcDateType object at 0x7f6eac4ff4d0>
def _language_type(cls):
...
> raise NotImplementedError()
E NotImplementedError
apache_beam/typehints/schemas.py:714: NotImplementedError
```
--
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]