Abacn opened a new issue, #23526: URL: https://github.com/apache/beam/issues/23526
### What needs to happen? After #23014 there are following logical types in `io.jdbc.LogicalTypes`: * FixedLengthString * FixedLengthBytes * VariableLengthString * VariableLengthBytes We should migrate them to portable logical type in order to use them in cross-language scenario. For example, currently Python cross-language JDBC Read cannot read rows containing fixed or variable length string: https://stackoverflow.com/questions/68758361/error-beamlogical-typejavasdkv1-while-using-apache-beam-io-jdbc-readfromjdbc ### Issue Priority Priority: 2 ### Issue Component Component: io-java-jdbc -- 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]
