kou commented on issue #34801:
URL: https://github.com/apache/arrow/issues/34801#issuecomment-1491139228

   We can use `match_substring` compute function: 
https://arrow.apache.org/docs/cpp/compute.html#containment-tests
   
   But it can't be used with red-arrow 11.0.0. It'll be able to use with 
red-arrow 12.0.0 by #15285 .
   
   But there isn't a shortcut API to use `match_substring` yet. So we can't use 
`slicer['message'].match_substring('20CXG')` like API yet. Could you open a new 
issue for easy to use `match_substring` API?


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