tustvold commented on code in PR #3497:
URL: https://github.com/apache/arrow-rs/pull/3497#discussion_r1065902620
##########
object_store/src/azure/mod.rs:
##########
@@ -965,10 +965,8 @@ mod tests {
#[tokio::test]
async fn azure_blob_test() {
- let use_emulator = env::var("AZURE_USE_EMULATOR").is_ok();
let integration = maybe_skip_integration!().build().unwrap();
- // Azurite doesn't support listing with spaces -
https://github.com/localstack/localstack/issues/6328
- put_get_delete_list_opts(&integration, use_emulator).await;
+ put_get_delete_list_opts(&integration, false).await;
Review Comment:
At least historically localstack also had issues with spaces, although this
might have been fixed by now... I'll double check when I get a chance
--
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]