klion26 commented on issue #7294:
URL: https://github.com/apache/arrow-rs/issues/7294#issuecomment-2765275924
@alamb I can help to implement this, does this only need to add something
like below in `arrow/src/util/mode.rs`
```rust
#[deprecated(
since = "54.3.2", <-- the current version is `54.3.1`, so use `54.3.2`
here, can be changed if needed
note = "The `test_util` module is deprecated and will be removed in a
future release."
)]
pub mod test_util;
```
If this is the right way, I will file a pr for it, and if other things need
to be done, please give some hints, and I'll adopt them. thanks.
--
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]