jonahgao commented on PR #14194: URL: https://github.com/apache/datafusion/pull/14194#issuecomment-2606146741
> Hi @jonahgao , I've fixed the previous workflow failure. Would you be able to approve the latest workflow please? Or would you recommend a set of checks I should do offline first? Thanks. Done. The most commonly used offline checks are `cargo clippy` and `cargo test`. ```sh cargo clippy --all-targets --workspace --features avro,pyarrow -- -D warnings cargo test --lib --tests --bins --features avro,json ``` -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org