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

   ### Describe the bug
   
   - Part of  https://github.com/apache/datafusion/issues/15155
   
   ### To Reproduce
   
   ```shell
   cargo check --all-targets --no-default-features -p datafusion-functions 
--features=core_expressions
   ...
   error[E0425]: cannot find function `overlay` in module `crate::string`
     --> datafusion/functions/src/core/planner.rs:63:52
      |
   63 |             ScalarFunction::new_udf(crate::string::overlay(), args),
      |                                                    ^^^^^^^ not found in 
`crate::string`
   
   ```
   
   ### Expected behavior
   
   We shouldn't have a feature that doesn't work
   
   I personally suggest removing the `core_expressions` feature flag entirely 
as they are basically required for planning most SQL
   
   The overlay function maybe needs to be moved to core 🤔  (and leave a 
backwards compatibility use 🤔 )
   
   ### Additional context
   
   _No response_


-- 
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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to