[
https://issues.apache.org/jira/browse/ARROW-4049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-4049.
---------------------------------
Resolution: Fixed
Fix Version/s: 0.12.0
Issue resolved by pull request 3196
[https://github.com/apache/arrow/pull/3196]
> [C++] Arrow never use glog even though glog is linked.
> ------------------------------------------------------
>
> Key: ARROW-4049
> URL: https://issues.apache.org/jira/browse/ARROW-4049
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Affects Versions: 0.12.0
> Reporter: Kousuke Saruta
> Assignee: Kousuke Saruta
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.12.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The following is a part of arrow/util/logging.cc.
> {code}
> #ifdef ARROW_USE_GLOG
> typedef google::LogMessage LoggingProvider;
> #else
> typedef CerrLog LoggingProvider;
> #endif
> {code}
> As you see, when ARROW_USE_GLOG is defined, glog is intended to be used but
> it's not never defined and glog is never used.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)