niltecedu commented on issue #398:
URL: 
https://github.com/apache/arrow-rs-object-store/issues/398#issuecomment-3488236786

   @kylebarron Coming off #443 
   
   The https parts should be 
https://{account_name}.blob.core.windows.net/{container_name}/{file_path}
   
   Removing the container name leads to directly new containers being created 
or conflicting experiences.
   
   The comment off 443 was 
   
   """
   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
   
   """
   
   This https change is also causing issues with the abfs and abfss endpoints 
downstream, while the tests show working properly. The GET Operations seems to 
be messed up as they get converted into https
   
   


-- 
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]

Reply via email to