Skip to content
New issue

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

[Task]: Migrate remaining io.jdbc.JdbcLogicalType to Portable Logical Types in core.schemas.logicaltypes #23526

Closed
Abacn opened this issue Oct 6, 2022 · 1 comment · Fixed by #23548

Comments

@Abacn
Copy link
Contributor

Abacn commented Oct 6, 2022

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

@Abacn
Copy link
Contributor Author

Abacn commented Oct 8, 2022

.take-issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant