shunping commented on issue #35738:
URL: https://github.com/apache/beam/issues/35738#issuecomment-3162114605
Weird. To further investigate this, I will need you to try a few more things.
Could you run the following script (only the lines below) under the same
environment (2.67rc1) you saw the error message?
```
from apache_beam.typehints.schemas import LogicalType
print(LogicalType._known_logical_types.get_logical_type_by_urn('beam:logical_type:javasdk_date:v1'))
# should print out None
from apache_beam.io.jdbc import JdbcDateType # pylint: disable=unused-import
print(LogicalType._known_logical_types.get_logical_type_by_urn('beam:logical_type:javasdk_date:v1'))
# should print out <class 'apache_beam.io.jdbc.JdbcDateType'>
```
--
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]