kou commented on PR #38793: URL: https://github.com/apache/arrow/pull/38793#issuecomment-1822124846
`SubmitBatch()` failed only on macOS: https://github.com/Azure/azure-sdk-for-cpp/blob/4a32d7266cfac8bfc0eb87feb56011361a36f43c/sdk/storage/azure-storage-blobs/src/blob_batch.cpp#L247-L266 ```text 'fs_->DeleteDir(directory_path)' failed with IOError: Failed to delete blobs in a directory: nvpq8dvsiy28kxtqwqa8qxqgddkka1ck: http://127.0.0.1:10000/devstoreaccount1/vai1bmd4cf5fd5s15ag8xybj1pc12z9a Azure Error: 400 One of the request inputs is not valid. ``` It's an Azurite bug: https://github.com/Azure/Azurite/pull/2302 Can we skip the test only on macOS? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org