Omega359 commented on code in PR #13414: URL: https://github.com/apache/datafusion/pull/13414#discussion_r1842743554
########## datafusion/functions/src/regex/regexpcount.rs: ########## @@ -977,4 +985,25 @@ mod tests { .unwrap(); assert_eq!(re.as_ref(), &expected); } + + fn test_case_regexp_count_cache_check<A>() Review Comment: I ran this test locally without the fix and verified it failed with the "i" flags item. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org