Sean-Kenneth-Doherty commented on PR #22280: URL: https://github.com/apache/datafusion/pull/22280#issuecomment-4468344221
Validation completed before moving this out of draft: - `CARGO_TARGET_DIR=/home/sean/.cache/codex-cargo-targets/datafusion-time-interval RUSTFLAGS='-Cdebuginfo=0' cargo test -p datafusion-sqllogictest --test sqllogictests -- arith_time_interval` - `cargo fmt --all --check` - `git diff --check` - `TMPDIR=/home/sean/.cache/codex-tmp CARGO_TARGET_DIR=/home/sean/.cache/codex-cargo-targets/datafusion-time-interval RUSTFLAGS='-Cdebuginfo=0' cargo clippy -p datafusion-physical-expr -p datafusion-expr-common --all-targets --all-features -- -D warnings` Note: the first clippy attempt failed because native C compilation scratch files hit a local `/tmp` disk quota. Rerunning the same command with `TMPDIR` on the home filesystem completed successfully. -- 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]
