jorgecarleitao commented on a change in pull request #10096:
URL: https://github.com/apache/arrow/pull/10096#discussion_r618402563
##########
File path: dev/archery/archery/lang/rust.py
##########
@@ -1,23 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
Review comment:
AFAIK this was only used to call `Cargo fmt` from Python; the build of
the integration binaries is done by `rust_build.sh`; Python calls those
binaries without `Cargo`.
I also checking [the
logs](https://github.com/apache/arrow/pull/10096/checks?check_run_id=2377696454),
we can find prints such as
```
##########################################################
IPC: C++ producing, Rust consuming
##########################################################
```
indicating that Rust is being tested.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]