-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regex Match fails on Dictionary
and Utf8View
#12924
Comments
@goldmedal Do you think we should add tests for something like this in your |
Sure, I think it's good to have a test framework to test a string type with other string types. We only do this kind of thing at datafusion/datafusion/sqllogictest/test_files/string/string_view.slt Lines 106 to 110 in fce331a
If you want to add the test for |
Yes, this feels more robust! Let’s wait for the original issue to be solved than and then add tests for all cases |
closed as a duplicate of #11911 |
Describe the bug
SELECT arrow_cast('abc', 'Utf8View') ~* arrow_cast('a.c', 'Dictionary(Int32, Utf8)');
fails on the latest buildTo Reproduce
No response
Expected behavior
Regex Match should work the same way Like match does
Additional context
No response
The text was updated successfully, but these errors were encountered: