We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f696aee commit 98e019cCopy full SHA for 98e019c
cpp/src/arrow/filesystem/azurefs.cc
@@ -20,7 +20,6 @@
20
#include <azure/identity/default_azure_credential.hpp>
21
#include <azure/storage/blobs.hpp>
22
#include <azure/storage/blobs/blob_client.hpp>
23
-#include <azure/storage/files/datalake.hpp>
24
25
#include "arrow/buffer.h"
26
#include "arrow/filesystem/path_util.h"
cpp/src/arrow/filesystem/azurefs_test.cc
@@ -52,7 +52,6 @@
52
#include <azure/identity/managed_identity_credential.hpp>
53
54
#include <azure/storage/common/storage_credential.hpp>
55
56
57
namespace arrow {
58
using internal::TemporaryDir;
0 commit comments