You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A regression was introduced in DataFusion 43.0.0 that impacts the casting of arguments to UTF8 for various Scalar UDFs. Sail's tests uncovered several of these regressions, which required explicit casting in multiple areas as a workaround during the upgrade to DataFusion 43.0.0.
The regressions identified by Sail's tests include the following functions:
ascii
bit_length
contains
ends_with
starts_with
octet_length
Scope of Work:
Address the regressions.
Port relevant tests from Sail to cover these issues.
Describe the bug
A regression was introduced in DataFusion 43.0.0 that impacts the casting of arguments to UTF8 for various Scalar UDFs. Sail's tests uncovered several of these regressions, which required explicit casting in multiple areas as a workaround during the upgrade to DataFusion 43.0.0.
The regressions identified by Sail's tests include the following functions:
ascii
bit_length
contains
ends_with
starts_with
octet_length
Scope of Work:
To Reproduce
No response
Expected behavior
No response
Additional context
#14008 (comment)
The text was updated successfully, but these errors were encountered: