You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…::path in gandiva (#38698)
### Rationale for this change
AlmaLinux 8 CI reported linker failure when `std::filesystem::path` is used, and This PR tries to it.
### What changes are included in this PR?
Replace replace `std::filesystem::path` in gandiva with arrow's internal io util so that AlmaLinux 8 CI build can work.
### Are these changes tested?
It should be covered by existing tests and CI.
### Are there any user-facing changes?
No
* Closes: #38697
Lead-authored-by: Yue Ni <[email protected]>
Co-authored-by: Yue <[email protected]>
Co-authored-by: Antoine Pitrou <[email protected]>
Co-authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
…system::path in gandiva (apache#38698)
### Rationale for this change
AlmaLinux 8 CI reported linker failure when `std::filesystem::path` is used, and This PR tries to it.
### What changes are included in this PR?
Replace replace `std::filesystem::path` in gandiva with arrow's internal io util so that AlmaLinux 8 CI build can work.
### Are these changes tested?
It should be covered by existing tests and CI.
### Are there any user-facing changes?
No
* Closes: apache#38697
Lead-authored-by: Yue Ni <[email protected]>
Co-authored-by: Yue <[email protected]>
Co-authored-by: Antoine Pitrou <[email protected]>
Co-authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
Describe the bug, including details regarding any error messages, version, and platform.
std::filesystem::path
has a problem on AlmaLinux 8: verify-rc-source-cpp-linux-almalinux-8-amd64And we may have to replace the usage of
std::filesystem::path
with arrow's internal io_util.https://lists.apache.org/thread/rbfqs9fzy66rv509wjx5j10z5ygqvvnx
https://github.com/ursacomputing/crossbow/actions/runs/6840785973/job/18600423664#step:6:8858
Notes
Some background info can be found in this PR: #38677
Component(s)
C++ - Gandiva
The text was updated successfully, but these errors were encountered: