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 use-of-uninitizliaed-value #47

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

Avogar
Copy link
Member

@Avogar Avogar commented Nov 3, 2023

No description provided.

@Avogar Avogar merged commit ba5c679 into release-13.0.0 Nov 3, 2023
6 of 29 checks passed
Copy link

github-actions bot commented Nov 3, 2023

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose

Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename the pull request title in the following format?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

In the case of PARQUET issues on JIRA the title also supports:

PARQUET-${JIRA_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

See also:

nikitamikhaylov pushed a commit that referenced this pull request Oct 15, 2024
Fix possible use-of-uninitizliaed-value

(cherry picked from commit ba5c679)
nikitamikhaylov added a commit that referenced this pull request Oct 16, 2024
* Empty commit

* Merge pull request #66 from copperybean/release-13.0.0

Check validation of of bit offset when reading bit packed values

(cherry picked from commit 5cfccd8)

* Merge pull request #47 from ClickHouse/fix-uninit-value-msan

Fix possible use-of-uninitizliaed-value

(cherry picked from commit ba5c679)

* Merge pull request #39 from ClickHouse/count-from-record-batch

Allow to get number of rows in record batch

(cherry picked from commit 1d93838)

* Merge pull request #9 from taiyang-li/raw_orc_reader

Add interface to get raw orc reader from adapters

(cherry picked from commit ce6b7af)

* Merge pull request #10 from taiyang-li/fix_pr_9

fix building issue introduced by https://github.com/ClickHouse-Extras…

(cherry picked from commit 20dc6ad)

* Merge pull request #14 from ClickHouse/fix-deadlock

Fix deadlock with msan

(cherry picked from commit b41ff44)

* Merge pull request #15 from ClickHouse/try-fix-data-race

Fix 'undefined symbol: pthread_atfork' on PowerPC64

(cherry picked from commit 450a563)

* Merge pull request #16 from ClickHouse/remove-abort-in-logging

Don't abort in ~CerrLog

(cherry picked from commit d03245f)

* Merge pull request #17 from bigo-sg/allow_map_key_optional

Allow Parquet map key to be optional

(cherry picked from commit 0d6d07f)

* Fix build

(cherry picked from commit 3264fda)

---------

Co-authored-by: Michael Kolupaev <[email protected]>
Co-authored-by: Kruglov Pavel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant