bvolpato opened a new issue, #17607: URL: https://github.com/apache/datafusion/issues/17607
### Describe the bug I'm not a lot into Rust / cargo, but my intuition when working on a fix for https://github.com/apache/datafusion/issues/17603 was to simply trigger `cargo test` in `datafusion/substrait`. However, it failed with: ``` failures: ---- cases::roundtrip_logical_plan::simple_scalar_function_substr stdout ---- Error: NotImplemented("Substring could not be planned by registered expr planner. Hint: Please try with `unicode_expressions` DataFusion feature enabled") failures: cases::roundtrip_logical_plan::simple_scalar_function_substr test result: FAILED. 161 passed; 1 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.28s error: test failed, to rerun pass `--test substrait_integration` ``` NOTE: It does not happening when triggering `cargo test` in the project root. ### To Reproduce _No response_ ### Expected behavior _No response_ ### 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