Lordworms commented on code in PR #9397:
URL: https://github.com/apache/arrow-datafusion/pull/9397#discussion_r1510013736


##########
datafusion/physical-expr/benches/regexp.rs:
##########
@@ -23,15 +23,12 @@ use std::sync::Arc;
 use arrow_array::builder::StringBuilder;
 use arrow_array::{ArrayRef, StringArray};
 use criterion::{black_box, criterion_group, criterion_main, Criterion};
+use datafusion_functions::regex::regexplike::regexp_like;

Review Comment:
   I agree that it would be a great idea. Should I port all other regexp 
benchmark in this PR or in the following one? I will port regexp_like first



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