Skip to content

Conversation

bripkens
Copy link

@bripkens bripkens commented Sep 3, 2025

Why

Attempting to use a SimpleAggregateFunction(anyLast, JSON) column type fails through clickhouse-go.

What

Implement the necessary CustomSerialization interface to transmit serialization version information to ClickHouse.

Fixes #1644

@CLAassistant
Copy link

CLAassistant commented Sep 3, 2025

CLA assistant check
All committers have signed the CLA.

# Why
Attempting to use a `SimpleAggregateFunction(anyLast, JSON)`
column type fails through clickhouse-go.

# What
Implement the necessary `CustomSerialization` interface to transmit
serialization version information to ClickHouse.
@tomekim
Copy link

tomekim commented Sep 12, 2025

also probably fixes #1636

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

Successfully merging this pull request may close these issues.

Columns of type SimpleAggregateFunction(anyLast, JSON) break on insertion
3 participants