Skip to content

Commit 78dc38a

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

crates/iceberg/src/io/storage.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ use opendal::services::OssConfig;
2828
use opendal::services::S3Config;
2929
use opendal::{Operator, Scheme};
3030

31-
use super::{AzureStorageScheme, FileIOBuilder};
31+
#[cfg(feature = "storage-azdls")]
32+
use super::AzureStorageScheme;
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)