ARROW-6190: [C++] Define and declare functions regardless of NDEBUG#5049
ARROW-6190: [C++] Define and declare functions regardless of NDEBUG#5049ozars wants to merge 2 commits into
Conversation
|
Could you explain in the PR description how the status quo creates a problem? |
|
Sure. That's the error I got: This happened after I used arrow/cpp/src/arrow/array/builder_binary.h Lines 257 to 262 in a0ee637 arrow/cpp/src/arrow/array/builder_binary.cc Lines 223 to 227 in a0ee637 I can try adding a minimal example in the afternoon if needed. |
|
The issue is clear now. We'll want to add this information to the PR description for the sake of the changelog. I'll let @pitrou review |
Codecov Report
@@ Coverage Diff @@
## master #5049 +/- ##
==========================================
+ Coverage 87.59% 89.19% +1.59%
==========================================
Files 1009 727 -282
Lines 143902 103009 -40893
Branches 1418 0 -1418
==========================================
- Hits 126056 91882 -34174
+ Misses 17484 11127 -6357
+ Partials 362 0 -362
Continue to review full report at Codecov.
|
pitrou
left a comment
There was a problem hiding this comment.
Thanks for noticing this. The PR looks good to me.
|
Thanks. |
No description provided.