alamb commented on issue #7294:
URL: https://github.com/apache/arrow-rs/issues/7294#issuecomment-2767003054

   
   
   > [@alamb](https://github.com/alamb) I can help to implement this, 
   
   Thanks @klion26 ❤ 
   
   Does this only need to add something like below in `arrow/src/util/mode.rs`
   > 
   > #[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.
   
   Yes I think this is the right way. The since version should be `55` in this 
case
   - https://github.com/apache/arrow-rs/issues/7084
   


-- 
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]

Reply via email to