Skip to content

GH-46748: [C++] Initial port on AIX #46749

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ranjitshs
Copy link

@ranjitshs ranjitshs commented Jun 9, 2025

Rationale for this change

Fix build errors on AIX.

What changes are included in this PR?

Compilation issue fixed as mentioned in the above issue.

Are these changes tested?

Yes.
Compiled with below settings for initial port.
cmake . -B build --preset ninja-debug-minimal -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_AIX_SHARED_LIBRARY_ARCHIVE=ON -DARROW_CSV=ON -DARROW_JSON=ON -DARROW_FILESYSTEM=ON -DARROW_COMPUTE=ON -DARROW_DATASET=ON

Are there any user-facing changes?

NA

Copy link

github-actions bot commented Jun 9, 2025

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}

See also:

@ranjitshs ranjitshs changed the title [AIX]Initial port on AIX GH-46748: [CPP] Initial port on AIX Jun 9, 2025
Copy link

github-actions bot commented Jun 9, 2025

⚠️ GitHub issue #46748 has been automatically assigned in GitHub to PR creator.

@kou kou changed the title GH-46748: [CPP] Initial port on AIX GH-46748: [C++] Initial port on AIX Jun 9, 2025
@kou
Copy link
Member

kou commented Jun 10, 2025

Could you fix lint errors?

How to maintain AIX support? See also: #46002

@ranjitshs
Copy link
Author

Could you fix lint errors?

How to maintain AIX support? See also: #46002

Thanks for suggestion about lint. I have updated the change. Let me know if any comments.
Will go through #46002

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.

2 participants