Replies: 1 comment 1 reply
-
The ObjectStore trait can be implemented in third-party crates which would be my recommendation for this. https://github.com/datafusion-contrib/datafusion-objectstore-hdfs might be a useful starting point |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have developed a RustAPI to an yet unsupported object store (SAP HDLFS). Now I like to use the object store API as a wrapper to further enable arrow-rs of using HDLFS. To be honest I am a bit lost how to start best. I am quite new to rust and it would be great if there is a kind of guide which I could use to put my builder and api-calls into it. Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions