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
'class com.clickhouse.data.value.UnsignedByte' for column '[REDACTED]' is not supported
Related issue #332
Please check that you support other ClickHouse data types.
The text was updated successfully, but these errors were encountered:
Could you share a reproducer (example flow that generates that error)? It's difficult to help otherwise. thx in advance!
Sorry, something went wrong.
@anna-geller
- id: clickhouse type: io.kestra.plugin.jdbc.clickhouse.Query url: [REDACTED] username: [REDACTED] password: [REDACTED] sql: | SELECT toUInt8(1) , toUInt16(1) , toUInt32(1) , toUInt64(1) , toUInt128(1) , toUInt256(1) fetchOne: true
No branches or pull requests
Describe the issue
'class com.clickhouse.data.value.UnsignedByte' for column '[REDACTED]' is not supported
Related issue #332
Please check that you support other ClickHouse data types.
Environment
The text was updated successfully, but these errors were encountered: