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
The object_store::ObjectStore trait has APIs such as put_opts(), put_multipart_opts() and get_opts(). It would be desirable to implement these APIs in the OpenDAL integration.
Problem and Solution
In the OpenDAL integration, these APIs return an "unimplemented" error, since #3713. I guess it might be possible to process the object_store options in the arguments and convert them to OpenDAL operations. I'm not sure if all the options can be supported though.
Additional Context
I'm using Apache DataFusion to build query engines. DataFusion uses the object_store::ObjectStore trait and its options API, and I'd like to adapt it to OpenDAL so that more data sources can be integrated.
Are you willing to contribute to the development of this feature?
Yes, I am willing to contribute to the development of this feature.
The text was updated successfully, but these errors were encountered:
Feature Description
The
object_store::ObjectStore
trait has APIs such asput_opts()
,put_multipart_opts()
andget_opts()
. It would be desirable to implement these APIs in the OpenDAL integration.Problem and Solution
In the OpenDAL integration, these APIs return an "unimplemented" error, since #3713. I guess it might be possible to process the
object_store
options in the arguments and convert them to OpenDAL operations. I'm not sure if all the options can be supported though.Additional Context
I'm using Apache DataFusion to build query engines. DataFusion uses the
object_store::ObjectStore
trait and its options API, and I'd like to adapt it to OpenDAL so that more data sources can be integrated.Are you willing to contribute to the development of this feature?
The text was updated successfully, but these errors were encountered: