Marius S
Marius S
Thanks for the feedback @ritchie46 , addressed most of it. The one exception is around the `Mutex`, this is from the `futures` library and the library doesn't seem to have...
@ozgrakkurt can you test to see if this works for you?
This PR only allows one cloud url. I am happy to push this further but I don’t actually know all the use cases. Could you file an issue and describe...
This is running in some small issues here https://github.com/apache/arrow-rs/issues/3419
In progress, no ticket. There were some limitations in the GCP interface on the object_store side, so I got sidetracked for the last 2 weekends.
Made a bit more progress on this, see https://github.com/pola-rs/polars/pull/6426
I got some help from the developers of `object-store` crate, they provided an API that is nicer for us to use. Many thanks :) This code is ready to review...
@ritchie46 addressed feedback, tests are passing, ready for more feedback or merge 🤗
@chitralverma in the current iteration the deltalake and object_store teams have refactored some code out of the former and put in the latter. I think we can also contribute our...
@ritchie46 addressed feedback, tests are passing :-) Many thanks!