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

Charset Conversion Error #62

Closed
djamadeus opened this issue Dec 6, 2022 · 3 comments · Fixed by #63
Closed

Charset Conversion Error #62

djamadeus opened this issue Dec 6, 2022 · 3 comments · Fixed by #63
Assignees
Labels
bug Unwanted / harmful behavior

Comments

@djamadeus
Copy link

The same issue described and solved here:
exasol/mysql-virtual-schema#26
also exists with this adapter.
ETL-3009: [Column=13 Row=2] [Charset conversion from 'UTF-8' to 'ASCII' failed [Invalid or incomplete multibyte or wide character]]

Switching back to 9.0.4-release solved the problem for me.

@redcatbear redcatbear added the bug Unwanted / harmful behavior label Dec 12, 2022
@redcatbear redcatbear self-assigned this Dec 19, 2022
redcatbear added a commit that referenced this issue Dec 20, 2022
* #62: Updated dependencies to enable result set type calculation switch.

* #62: Updated dependencies to enable result set type calculation switch.
@redcatbear
Copy link
Contributor

@djamadeus, I am going to release version 2.1.0 in a couple of minutes. This version uses the latest virtual-schema-common-jdbc library that contains a Virtual Schema property called IMPORT_DATA_TYPES.

You can use that to switch between the two variants of result set type calculation, either calculated by Exasol or inferred from JDBC metadata. While the later mechanism is less efficient, it handles situation in a more forgiving way where the JDBC driver reports character set information inconsistently.

@redcatbear
Copy link
Contributor

Version 2.1.0 is released.

@djamadeus
Copy link
Author

awesome. will run some teste between holidays and give you feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unwanted / harmful behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants