Omega359 commented on PR #13394:
URL: https://github.com/apache/datafusion/pull/13394#issuecomment-2496447845

   I think the CI failures are a type casting issue. There are two rows in the 
example that have `4000` as the values that I think are not being coerced to 
strings as they should be.
   
   ```
    Error: Plan("Internal error: Failed to match any signature, errors: Error 
during planning: The signature expected 3 arguments but received 2,Error during 
planning: The signature expected NativeType::String but received 
NativeType::Int64.\nThis was likely caused by a bug in DataFusion's code and we 
would welcome that you file an bug report in our issue tracker No function 
matches the given name and argument types 'regexp_like(Utf8, Int64, Utf8)'. You 
might need to add explicit type casts.\n\tCandidate 
functions:\n\tregexp_like(String(2))\n\tregexp_like(String(3))")
    ```
    
    Input data for the example: 
https://github.com/apache/datafusion/blob/main/datafusion/physical-expr/tests/data/regex.csv


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to