We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After #23014 there are following logical types in io.jdbc.LogicalTypes:
io.jdbc.LogicalTypes
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
Priority: 2
Component: io-java-jdbc
The text was updated successfully, but these errors were encountered:
.take-issue
Sorry, something went wrong.
Abacn
Successfully merging a pull request may close this issue.
What needs to happen?
After #23014 there are following logical types in
io.jdbc.LogicalTypes
: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
The text was updated successfully, but these errors were encountered: