We treat object_store as a public API surface of parquet and avro (even if the traits used didn't change eg. from 0.13 to 0.14, presumably because things like how to contruct them has changed).
We should extract all code that uses object_store from the crates in this repository since it prevents us from upgrading object_store, especially when none of those pieces of functionality are being used.
Related to #9878 (comment)
@alamb
We treat
object_storeas a public API surface of parquet and avro (even if the traits used didn't change eg. from 0.13 to 0.14, presumably because things like how to contruct them has changed).We should extract all code that uses
object_storefrom the crates in this repository since it prevents us from upgradingobject_store, especially when none of those pieces of functionality are being used.Related to #9878 (comment)
@alamb