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

Release 0.27.0 #216

Merged
merged 2 commits into from
Dec 19, 2024
Merged

Release 0.27.0 #216

merged 2 commits into from
Dec 19, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Created by Github Actions

…mns for enum fields (#215)

Currently, we make the compression encoding of the columns for enum fields text255.
However, text255 doesn't allow to alter the column therefore we get exception while
trying to resize the column. In order to solve this problem, we decided to use zstd
compression encoding with enum fields as well.

Encoding of the newly created columns for enum fields will be zstd after this change
however compression encoding of the existing columns won't be updated after this
change and we will continue to get exception when those columns are tried to be resized.
Those exception will be caught and ignored in RDB Loader.
@snowplow snowplow deleted a comment from snowplowcla Dec 19, 2024
@coveralls
Copy link

coveralls commented Dec 19, 2024

@spenes spenes merged commit a3ad1de into master Dec 19, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants