[ 
https://issues.apache.org/jira/browse/ARROW-4049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661072#comment-17661072
 ] 

Rok Mihevc commented on ARROW-4049:
-----------------------------------

This issue has been migrated to [issue 
#20648|https://github.com/apache/arrow/issues/20648] on GitHub. Please see the 
[migration documentation|https://github.com/apache/arrow/issues/14542] for 
further details.

> [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: 0.5h
>  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
(v8.20.10#820010)

Reply via email to