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.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm preparing to finally remove some functions deprecated back in v53, but a question cropped up with regards to
MetadataLoader
arrow-rs/parquet/src/arrow/async_reader/metadata.rs
Lines 89 to 104 in 7211502
All of the functions in
MetadataLoader
were deprecated in v53.1.0, and so can be removed in v56.0.0...butMetadataLoader
itself was not deprecated. Removing the deprecated functions basically leaves it as a zombie struct with no implementation.My question is can we totally remove
MetadataLoader
at this point, or do we have to restart the timer by deprecating the struct and impl and wait until v59 or so?@alamb
Beta Was this translation helpful? Give feedback.
All reactions