-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
type: bugA code related bug.A code related bug.
Description
A note for the community
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Problem
This issue is related to the newly supported ArrowStream format of ClickHouse #24074. I found that the sink did not support the Int128 type when I tried to use the arrow_stream format and got this error.
2025-12-29T08:58:54.090003Z ERROR vector::topology::builder: Configuration error. error=Sink "clickhouse": Failed to fetch schema for default.<table>: Failed to fetch schema from provider: Failed to convert column 'strategy_iteration': Unknown ClickHouse type 'Int128'. This type cannot be automatically converted.. internal_log_rate_limit=false
Configuration
format: arrow_stream
batch_encoding:
codec: arrow_stream
allow_nullable_fields: true
Version
nightly-2025-12-26-distroless-libc
Metadata
Metadata
Assignees
Labels
type: bugA code related bug.A code related bug.