You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "icexelloss (via GitHub)" <gi...@apache.org> on 2023/03/10 14:26:57 UTC

[GitHub] [arrow] icexelloss opened a new issue, #34529: [C++] Clean up invariant checks in RowSegmenter to be DCHECK

icexelloss opened a new issue, #34529:
URL: https://github.com/apache/arrow/issues/34529

   ### Describe the enhancement requested
   
   Following this discussion: https://github.com/apache/arrow/pull/34311/files#r1123635688
   
   Currently certain invariants checks are done via `if/else` checks which has runtime cost/overhead. These can be changed to DCHECK because these are checking invariants that cannot be break by user behavior/data.
   
   
   ### Component(s)
   
   C++


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org