-
Notifications
You must be signed in to change notification settings - Fork 14
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 parquet endian issue for s390x #40
Fix parquet endian issue for s390x #40
Conversation
Fix parquet endian issue
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?
or
In the case of PARQUET issues on JIRA the title also supports:
See also: |
@rschu1ze , this is another fix in submodule, could you or someone from ClickHouse team give it a review? Thanks! |
Looks generally good to me but before merging allow me two questions: A) The fix could generally be contributed to upstream. If that isn't too much work, it would be great if you could make a PR. B) The branch this PR is merging into is origin/release-6.0.1. It is the correct branch, i.e. the one which the top-level ClickHouse repository currently references (good). I wonder how you found out that this is the correct branch? Asking because
Chances are that the mess has historical reasons, we should just be careful to not miss patches. |
A. I will raise PR for upstream, thanks for reminding me for this. |
Branch references becomes outdated too easily and they mostly spread confusion (see the discussion in ClickHouse/arrow#40).
Ah, yes, thanks. I am unfortunately still confused. If I
Going through the rest of the history, it is the case that the last commits were the first two ones done in March 2023. If I open the branch view for This makes me think that I could imagine that the top-level repository actually references a detached Git head, i.e. a commit that's not part of a branch. I have no idea how it is possible in GitHub to achieve such a state. Anyways, in order to not mess things further up, it would be nice if you could checkout the actual commit referenced by the top-level repository (1f1b3d3) and pick the commit in this PR on top. Then make a new branch and push it.
Quickly did that for all branch references already (ClickHouse/ClickHouse#53763). |
I had exact confusion as yours before. If I directly checkout |
I just made a new branch called |
Sure, I am closing this PR |
Let me know if there is a new PR ... happy to merge it. |
Fix parquet endian issue for s390x which fails the functional test
02242_case_insensitive_nested