You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
publicDescribe alternatives you've considered
Don't do this.
Additional context
The text was updated successfully, but these errors were encountered: