bkietz commented on issue #38263: URL: https://github.com/apache/arrow/issues/38263#issuecomment-1761939862
It looks like previously [re2::StringPiece::begin()](https://github.com/google/re2/blob/2023-03-01/re2/stringpiece.h#L42) returned a pointer, whereas now it doesn't necessarily. The fix is for code in arrow which uses StringPiece::begin() to replace that with StringPiece::data(), which will always return a pointer. -- 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]
