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

Fix possible out of bounds error while reading LowCardinality(Nullable) in Arrow format #46270

Merged
merged 1 commit into from
Feb 11, 2023

Conversation

Avogar
Copy link
Member

@Avogar Avogar commented Feb 10, 2023

Changelog category (leave one):

  • Bug Fix (user-visible misbehavior in official stable or prestable release)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Fix possible out of bounds error while reading LowCardinality(Nullable) in Arrow format

@robot-clickhouse robot-clickhouse added the pr-bugfix Pull request with bugfix, not backported by default label Feb 10, 2023
@@ -0,0 +1,14 @@
#!/usr/bin/env bash
# Tags: no-fasttest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why no-fasttest?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build for fasttest doesn't contain arrow library and Arrow format

@davenger davenger self-assigned this Feb 10, 2023
@davenger davenger merged commit f2a975f into ClickHouse:master Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-bugfix Pull request with bugfix, not backported by default
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants