Sean-Kenneth-Doherty commented on PR #22293: URL: https://github.com/apache/datafusion/pull/22293#issuecomment-4469681620
Fresh local validation on `be1f0357b`: - `cargo test -p datafusion-functions string::repeat::tests::test_repeat_string_array_overflow` -> passed - `cargo test -p datafusion-sqllogictest --test sqllogictests -- string/string_literal.slt` -> passed - `cargo test -p datafusion-functions` -> 283 unit tests passed plus 3 doctests passed / 4 doctests ignored - `cargo fmt --all --check` -> passed - `cargo clippy -p datafusion-functions --all-targets -- -D warnings` -> passed - `git diff --check origin/main...HEAD` -> clean GitHub currently only shows the labeler `Process` check, so this adds local coverage for the changed `repeat` overflow path and the touched SQLLogicTest file. -- 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]
