-
|
I'm preparing to finally remove some functions deprecated back in v53, but a question cropped up with regards to arrow-rs/parquet/src/arrow/async_reader/metadata.rs Lines 89 to 104 in 7211502 All of the functions in My question is can we totally remove |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I think it would be fine to remove the whole structure personally, for the reasons you stated Since the change would not break anything automatically (it will be a major version which requires a manual version increase anyways) I think it will be ok |
Beta Was this translation helpful? Give feedback.

I think it would be fine to remove the whole structure personally, for the reasons you stated
Since the change would not break anything automatically (it will be a major version which requires a manual version increase anyways) I think it will be ok