alamb opened a new issue, #8973:
URL: https://github.com/apache/arrow-datafusion/issues/8973

   ### Describe the bug
   
   CI checks are failing on main: 
https://github.com/apache/arrow-datafusion/actions/runs/7628515989/job/20779877406
   ```
   error: use of deprecated function `functions::make_scalar_function`: 
Implement your function directly in terms of ColumnarValue or use `ScalarUDF` 
instead
      --> datafusion/physical-expr/src/functions.rs:562:17
       |
   562 |                 
make_scalar_function(string_expressions::instr::<i32>)(args)
       |                 ^^^^^^^^^^^^^^^^^^^^
       |
       = note: `-D deprecated` implied by `-D warnings`
       = help: to override `-D warnings` add `#[allow(deprecated)]`
   
   ```
   
   
   ### To Reproduce
   
   CI
   
   ### Expected behavior
   
   Passing CI / local clippy run
   
   ### Additional context
   
   
   
   I believe this is a logical conflict between 
https://github.com/apache/arrow-datafusion/pull/8862 and 
https://github.com/apache/arrow-datafusion/pull/8878


-- 
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]

Reply via email to