opendal icon indicating copy to clipboard operation
opendal copied to clipboard

list/list_with_delimiter support for object_store binding

Open yjshen opened this issue 1 year ago • 3 comments

Got not yet implemented while running

cargo test --features hdfs,integration_test --test integration_object_store

in https://github.com/yjshen/delta-rs/pull/2

They are currently todo!(): https://github.com/apache/incubator-opendal/blob/main/bindings/object_store/src/lib.rs#L142-L148

yjshen avatar Mar 23 '23 05:03 yjshen

list_with_delimiter can be implemented with op.list, and list can be implemented with op.scan. We also need some transfrom between the return types.

Xuanwo avatar Mar 23 '23 05:03 Xuanwo

May I have a try on this?

nasen23 avatar Mar 23 '23 12:03 nasen23

May I have a try on this?

Of course! It's great to have you on board. I've assigned this task to you.

Xuanwo avatar Mar 23 '23 12:03 Xuanwo