felipecrv commented on PR #38265:
URL: https://github.com/apache/arrow/pull/38265#issuecomment-1762372014

   > > Using `re2::StringPiece` instead of `std::string_view` to interact with 
`re2`
   > 
   > When compiling with C++17 (as we are doing in conda-forge) those are 
exactly the same type. Unless arrow enforces compilation with an earlier C++ 
standard somewhere, I don't see how that could be the issue.
   
   See the second commit changing from `.begin()` to `.data()`.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to