Skip to content

Commit 593500b

Browse files
committed
Feature-flag azure import
Signed-off-by: Jannik Steinmann <jannik.steinmann@datadoghq.com>
1 parent c619d61 commit 593500b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/iceberg/src/io/storage.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ use opendal::services::OssConfig;
2727
#[cfg(feature = "storage-s3")]
2828
use opendal::services::S3Config;
2929
use opendal::{Operator, Scheme};
30+
#[cfg(feature = "storage-azdls")]
31+
use suprt::AzureStorageScheme;
3032

31-
use super::{AzureStorageScheme, FileIOBuilder};
33+
use super::FileIOBuilder;
3234
use crate::{Error, ErrorKind};
3335

3436
/// The storage carries all supported storage services in iceberg

0 commit comments

Comments
 (0)