yyy1000 commented on code in PR #9313: URL: https://github.com/apache/arrow-datafusion/pull/9313#discussion_r1498662641
########## datafusion/substrait/tests/cases/roundtrip_logical_plan.rs: ########## @@ -304,10 +304,11 @@ async fn not_between_integers() -> Result<()> { .await } -#[tokio::test] -async fn simple_scalar_function_abs() -> Result<()> { - roundtrip("SELECT ABS(a) FROM data").await -} +// TODO: disable this test until the support for UserDefinedScalarFunction +// #[tokio::test] +// async fn simple_scalar_function_abs() -> Result<()> { +// roundtrip("SELECT ABS(a) FROM data").await +// } Review Comment: Also @SteveLauC, I think you also may experience this question also. Cause no test case for `acos` so CI could work now. -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org