You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/04/01 12:08:40 UTC

[GitHub] [arrow] lidavidm commented on pull request #9838: ARROW-12134: [C++] Add match_substring_regex kernel

lidavidm commented on pull request #9838:
URL: https://github.com/apache/arrow/pull/9838#issuecomment-811862423


   It's reproducible on Linux by temporarily using .at() for array access. I incorrectly turned `vector<T> foo(N)` into `reserve(N)` when it should have been `resize(N)`.


-- 
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.

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