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

Sparse serialization should be supported for Nullable #64083

Open
alexey-milovidov opened this issue May 18, 2024 · 1 comment · May be fixed by #44539
Open

Sparse serialization should be supported for Nullable #64083

alexey-milovidov opened this issue May 18, 2024 · 1 comment · May be fixed by #44539

Comments

@alexey-milovidov
Copy link
Member

Describe the situation

CREATE TEMPORARY TABLE test (x Nullable(UInt64), PRIMARY KEY ()) ENGINE = MergeTree SETTINGS ratio_of_defaults_for_sparse_serialization = 0;
INSERT INTO test SELECT number % 2 ? number * 123456789 : NULL FROM numbers(10);

SELECT DISTINCT dumpColumnStructure(*) FROM test;
@CurtizJ
Copy link
Member

CurtizJ commented May 18, 2024

See #44539.

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

Successfully merging a pull request may close this issue.

2 participants