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 endian issue in snappy lib for s390x #45670

Merged
merged 1 commit into from Feb 1, 2023
Merged

Fix endian issue in snappy lib for s390x #45670

merged 1 commit into from Feb 1, 2023

Conversation

HarryLeeIBM
Copy link
Contributor

@HarryLeeIBM HarryLeeIBM commented Jan 26, 2023

When running functional test 00900_long_parquet, ClickHouse client crashes on s390x platform due to endian issue in snappy library.

The fix is to set SNAPPY_IS_BIG_ENDIAN 1 when building snappy on s390x.

Changelog category (leave one):

  • Build Improvement

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

Fixed endian issue in snappy library for s390x.

@robot-clickhouse robot-clickhouse added pr-build Pull request with build/testing/packaging improvement submodule changed At least one submodule changed in this PR. labels Jan 26, 2023
@rschu1ze rschu1ze self-assigned this Jan 31, 2023
@rschu1ze rschu1ze added the can be tested Allows running workflows for external contributors label Jan 31, 2023
@rschu1ze rschu1ze merged commit a925958 into ClickHouse:master Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
can be tested Allows running workflows for external contributors pr-build Pull request with build/testing/packaging improvement submodule changed At least one submodule changed in this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants