You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2021/11/20 03:20:00 UTC

[jira] [Resolved] (ARROW-14641) [C++][Compute] Remove print statements from unit tests

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

Weston Pace resolved ARROW-14641.
---------------------------------
    Resolution: Fixed

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

> [C++][Compute] Remove print statements from unit tests
> ------------------------------------------------------
>
>                 Key: ARROW-14641
>                 URL: https://issues.apache.org/jira/browse/ARROW-14641
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>    Affects Versions: 6.0.0
>            Reporter: Ben Kietzman
>            Assignee: Dhruv Vats
>            Priority: Major
>              Labels: beginner-friendly, pull-request-available
>             Fix For: 7.0.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Unit tests should avoid unconditional print statements, preferring {{SCOPED_TRACE}}, {{ARROW_SCOPED_TRACE}}, or on-fail extra messages like {{ASSERT_EQ(1, 2) << "extra here";}}. There are some in the hash join unit tests



--
This message was sent by Atlassian Jira
(v8.20.1#820001)