[
https://issues.apache.org/jira/browse/ARROW-11850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kenta Murata resolved ARROW-11850.
----------------------------------
Fix Version/s: 4.0.0
Resolution: Fixed
Issue resolved by pull request 9623
[https://github.com/apache/arrow/pull/9623]
> [GLib] GARROW_VERSION_0_16 macro is missing
> -------------------------------------------
>
> Key: ARROW-11850
> URL: https://issues.apache.org/jira/browse/ARROW-11850
> Project: Apache Arrow
> Issue Type: Bug
> Components: GLib
> Reporter: Kenta Murata
> Assignee: Kenta Murata
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {{GARROW_VERSION_0_16}} macro is missing in arrow-glib/version.h.
> The absence of this macro occurs the warning like below:
> {code}
> compiling ../../../../ext/arrow-nmatrix/arrow-nmatrix.c
> In file included from /opt/arrow-dbg/include/arrow-glib/arrow-glib.h:23,
> from ../../../../ext/arrow-nmatrix/arrow-nmatrix.c:17:
> /opt/arrow-dbg/include/arrow-glib/version.h:297:36: warning:
> "GARROW_VERSION_0_16" is not defined, evaluates to 0 [-Wundef]
> 297 | #if GARROW_VERSION_MIN_REQUIRED >= GARROW_VERSION_0_16
> | ^~~~~~~~~~~~~~~~~~~
> /opt/arrow-dbg/include/arrow-glib/version.h:305:34: warning:
> "GARROW_VERSION_0_16" is not defined, evaluates to 0 [-Wundef]
> 305 | #if GARROW_VERSION_MAX_ALLOWED < GARROW_VERSION_0_16
> | ^~~~~~~~~~~~~~~~~~~
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)