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

   Ok, Thanks a lot for the clarification!
   
   A last question:
   
   ```
   table.slice { |slicer| (slicer['status'] == 200) & 
(slicer['message'].include? '2OCXG') }
   ```
   
   `include?` does not exists in this case and raises an error. Is there a 
place where I can find all the matchers available for Ruby? In particular, is 
there a method for matching a word in a string (substring matching)?


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