You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/02/27 04:04:00 UTC

[jira] [Resolved] (ARROW-4520) [C++] DCHECK custom messages are unreachable in release

     [ https://issues.apache.org/jira/browse/ARROW-4520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney resolved ARROW-4520.
---------------------------------
    Resolution: Fixed

Issue resolved by pull request 3599
[https://github.com/apache/arrow/pull/3599]

> [C++] DCHECK custom messages are unreachable in release
> -------------------------------------------------------
>
>                 Key: ARROW-4520
>                 URL: https://issues.apache.org/jira/browse/ARROW-4520
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Benjamin Kietzman
>            Assignee: Benjamin Kietzman
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.13.0
>
>          Time Spent: 6h 40m
>  Remaining Estimate: 0h
>
> For release builds, {{DCHECK( x ) << y << z;}} currently expands to
> {code}
> ((void)(x)); 
> while (false) ::arrow::util::ArrowLogBase() << y << z;
> {code}
> This is unreachable which is an error using clang-7



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)