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 bug was introduced in DataFusion v43.0.0 that affects type coercion for UDF arguments. 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:
Fix TypeSignature::Coercible.
Address the regressions from the list of functions above and port the relevant tests from Sail to cover these issues.
shehabgamin
changed the title
DataFusion Regression (Starting in v43): Coercing Various Scalar UDF Arguments to String
DataFusion Regression (Starting in v43): Type Coercion for UDF Arguments
Jan 25, 2025
Describe the bug
A bug was introduced in DataFusion v43.0.0 that affects type coercion for UDF arguments. 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:
TypeSignature::Coercible
.To Reproduce
No response
Expected behavior
No response
Additional context
45.0.0
#14008 (comment)The text was updated successfully, but these errors were encountered: