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

ClickHouse plugin does not support Unsigned data types #331

Open
aku opened this issue Jul 10, 2024 · 2 comments
Open

ClickHouse plugin does not support Unsigned data types #331

aku opened this issue Jul 10, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@aku
Copy link

aku commented Jul 10, 2024

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

  • Kestra Version: 17.8
  • Operating System (OS/Docker/Kubernetes):
  • Java Version (if you don't run kestra in Docker):
@aku aku added the bug Something isn't working label Jul 10, 2024
@anna-geller anna-geller added kind/pending-feedback Idea waiting for user feedback and removed bug Something isn't working labels Jul 12, 2024
@anna-geller
Copy link
Member

Could you share a reproducer (example flow that generates that error)? It's difficult to help otherwise. thx in advance!

@aku aku changed the title ClickHouse plugin does not support UnsignedByte ClickHouse plugin does not support Unsigned data types Jul 12, 2024
@aku
Copy link
Author

aku commented Jul 12, 2024

@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

@anna-geller anna-geller added enhancement New feature or request and removed kind/pending-feedback Idea waiting for user feedback labels Jul 12, 2024
@anna-geller anna-geller transferred this issue from kestra-io/kestra Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants