Skip to content
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

DataFusion Regression (Starting in v43): Coercing Various Scalar UDF Arguments to String #14230

Open
shehabgamin opened this issue Jan 22, 2025 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@shehabgamin
Copy link
Contributor

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:

  1. ascii
  2. bit_length
  3. contains
  4. ends_with
  5. starts_with
  6. octet_length

Scope of Work:

  • Address the regressions.
  • Port relevant tests from Sail to cover these issues.

To Reproduce

No response

Expected behavior

No response

Additional context

#14008 (comment)

@shehabgamin shehabgamin added the bug Something isn't working label Jan 22, 2025
@shehabgamin
Copy link
Contributor Author

Take

@shehabgamin
Copy link
Contributor Author

#14268

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant