niltecedu commented on issue #443:
URL:
https://github.com/apache/arrow-rs-object-store/issues/443#issuecomment-3478069983
So @kylebarron Cleared up some confusion on my side with the delta
maintainers. Can confirm it is above 0.12.3 and above.
And looks like the test for
"az://account/container/path",
Even if it passes, fails if its being passed in reality. The GET Operation
ends up used with
https://storage_acount_name/storage_acount_name?restype=container&comp=list&prefix=test%2Ftesting_delta_table%2F_delta_log%2
instead of
https://storage_acount_name/test_container?restype=container&comp=list&prefix=test%2Ftesting_delta_table%2F_delta_log%2
Ive forked off object_store will open a PR to address this
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]