Sean-Kenneth-Doherty commented on PR #22295: URL: https://github.com/apache/datafusion/pull/22295#issuecomment-4469587298
Fresh local validation on `95e3d6f08`: - `cargo test -p datafusion-functions-nested list_repeat_rejects_inner_count_overflow` -> passed - `cargo test -p datafusion-sqllogictest --test sqllogictests -- array/array_repeat.slt` -> passed - `cargo test -p datafusion-functions-nested` -> `63 passed` plus `2` doctests passed - `cargo fmt --all --check` -> passed - `cargo clippy -p datafusion-functions-nested --all-targets -- -D warnings` -> passed - `git diff --check` -> clean The GitHub `Process` check is also green. This PR is scoped to the list-input overflow from #22219; the scalar `array_repeat` overflow variants remain separate. -- 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]
