Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Discovered the remarkable pull request apache/datafusion#6987, which enables writing data through the Object Store API with AsyncWriter. After checking the put_multipart implementation, it appears that object_store::multipart is the missing piece needed to extend HDFS support for this functionality.
Describe the solution you'd like
Make several interface parts of object_store::multipart public
Describe alternatives you've considered
Don't do this.
Additional context
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Discovered the remarkable pull request apache/datafusion#6987, which enables writing data through the Object Store API with AsyncWriter. After checking the put_multipart implementation, it appears that
object_store::multipartis the missing piece needed to extend HDFS support for this functionality.Describe the solution you'd like
Make several interface parts of
object_store::multipartpublicDescribe alternatives you've considered
Don't do this.
Additional context