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

ARROW-18080: [C++] Remove gcc <= 4.9 workarounds #14441

Merged
merged 3 commits into from
Oct 19, 2022

Conversation

nealrichardson
Copy link
Member

This is most of them I could find. There's another one in python/pyarrow/src/arrow/python/datetime.cc to remove but it's more involved.

@github-actions
Copy link

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1 except ci/conan/all/conanfile.py

if self._parquet() and self.settings.compiler == "gcc" and self.settings.compiler.version < tools.Version("4.9"):
return True
elif version.major >= "2":
if version.major >= "2":
Copy link
Member

Choose a reason for hiding this comment

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

Could you revert all changes in this file?
A Conan package supports multiple versions in the same file. So we still need to support old versions in this file.

Copy link
Member

@pitrou pitrou left a comment

Choose a reason for hiding this comment

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

+1 except for @kou's comment.

@kou
Copy link
Member

kou commented Oct 17, 2022

Could you also fix a CMake lint failure?

@nealrichardson
Copy link
Member Author

Reverted and formatted, ready to merge when CI passes.

@kou kou merged commit fced651 into apache:master Oct 19, 2022
@nealrichardson nealrichardson deleted the purge-4.9 branch October 19, 2022 12:52
kou pushed a commit that referenced this pull request Nov 15, 2022
This is most of them I could find. There's another one in `python/pyarrow/src/arrow/python/datetime.cc` to remove but it's more involved.

Authored-by: Neal Richardson <neal.p.richardson@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
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.

None yet

3 participants