Jefffrey commented on issue #5479:
URL: 
https://github.com/apache/arrow-datafusion/issues/5479#issuecomment-1492645697

   Issue resolved as of latest main by arrow-rs update: 
https://github.com/apache/arrow-datafusion/pull/5685
   
   ```sql
   DataFusion CLI v21.0.0
   ❯ create table foo as values ('foo'), ('bar'), ('foobar');
   0 rows in set. Query took 0.009 seconds.
   ❯ select regexp_match(column1, 'foo') from foo;
   +--------------------------------------+
   | regexpmatch(foo.column1,Utf8("foo")) |
   +--------------------------------------+
   | [foo]                                |
   |                                      |
   | [foo]                                |
   +--------------------------------------+
   3 rows in set. Query took 0.004 seconds.
   ❯
   ```
   
   @alamb 


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