Skip to content

fix: json v1 encoding/decoding for prefixed types #1622

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

Merged
merged 1 commit into from
Jul 30, 2025

Conversation

SpencerTorres
Copy link
Member

Summary

Fixes deprecated JSON serialization version 0 for LowCardinality(Nullable(String)) and similar types.

LowCardinality is a type that has a prefix in the Native format, so this fix applies to similar columns that implement a prefix.

This is not an issue for serialization version 3 from #1590, only this older version.

Checklist

  • Unit and integration tests covering the common scenarios were added

@SpencerTorres SpencerTorres merged commit 0676d5d into main Jul 30, 2025
13 checks passed
@SpencerTorres SpencerTorres deleted the fix_json_nested_types branch July 30, 2025 05:52
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.

1 participant