[
https://issues.apache.org/jira/browse/ARROW-17703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou resolved ARROW-17703.
----------------------------------
Resolution: Fixed
Issue resolved by pull request 14109
[https://github.com/apache/arrow/pull/14109]
> [C++][Gandiva] Fix Gandiva OpenSSL dependency
> ---------------------------------------------
>
> Key: ARROW-17703
> URL: https://issues.apache.org/jira/browse/ARROW-17703
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++ - Gandiva, Continuous Integration
> Affects Versions: 9.0.0
> Reporter: Jin Shang
> Assignee: Jin Shang
> Priority: Trivial
> Labels: pull-request-available
> Fix For: 10.0.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> If I build gandiva alone, I get a link error saying OpenSSL related
> definitions are not found. After some digging, I found out that
> `ARROW_USE_OPENSSL` is only turned on if any of the following conditions is
> met: `PARQUET_REQUIRE_ENCRYPTION`, `ARROW_FLIGHT`, `ARROW_S3`. Adding
> `ARROW_GANDIVA` to the list solves this issue.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)