About 4 months ago I migrated the Parquet C++ project to use the Arrow IO APIs internally rather than maintaining a whole separate set of virtual file APIs for Parquet-specific use. To ease transitions, we created wrappers for the prior file interfaces so that existing implementers of the old APIs would not be disrupted.
To be clear, the intended migration path for developers is to port their implementations to use the Arrow IO APIs. The question then is how long to maintain the deprecated wrapper interfaces. We would appreciate hearing from the developers that this might affect. Thanks! Wes
