Replies: 1 comment
-
I don't really get the question. We need object_store handlers for python deltalake to be registered globally otherwise there is no integration with the stores |
Beta Was this translation helpful? Give feedback.
-
I don't really get the question. We need object_store handlers for python deltalake to be registered globally otherwise there is no integration with the stores |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We have an object_store implementation for our objectstore API Hana Datalake Filesystem (HDLFS) for testing datafusion and implementing a couple of rust based solutions. When the requirement came up to have a Python binding for using deltalake and HDLFS, we added the integration coding to a delta-rs repo clone. When considering to add HDLFS to deltalake concerns were raised about the project-architecture:
Why is this project mixing object_store implementations with the deltalake code? This comes mostly in addition to the arrow-rs-object_store implemenation. There seems to be no need once your object_store implementation is matching the delta-rs requirments. At least we had no need to do this but just add the registering code to the python/lib.rs:
When we tried to cross-compile the code for windows we ran into aws-issues and could not exclude the "aws"-feature from the project compilation. The virtual project setup was just to complex for me.
Many thanks for your clarifcations or input
Beta Was this translation helpful? Give feedback.
All reactions