tomz commented on PR #4187: URL: https://github.com/apache/datafusion-comet/pull/4187#issuecomment-4380991577
Fixed in fedcb351 — `cargo fmt --all -- --check` wanted the short panic on a single line. Verified locally: ``` $ cargo fmt --all -- --check # clean $ cargo test -p datafusion-comet-spark-expr --lib math_funcs::wide_decimal_binary_expr test result: ok. 15 passed; 0 failed ``` Re. the `spark-sql-auto-sql_core-2/spark-4.0.2` failure: there are two 4.0.2 shards for that suite and only one failed; the other passed. Looks like it might be flaky / unrelated, but I'll keep an eye on the rerun. -- 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]
