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 b429e43 commit 79ffb1eCopy full SHA for 79ffb1e
crates/iceberg/src/io/storage_azblob.rs
@@ -24,8 +24,6 @@ use url::Url;
24
25
use crate::{Error, ErrorKind, Result};
26
27
-// Reference: https://github.com/apache/iceberg/blob/main/gcp/src/main/java/org/apache/iceberg/gcp/GCPProperties.java
28
-
29
/// Azure blob account name.
30
pub const AZBLOB_ACCOUNT_NAME: &str = "azblob.account-name";
31
/// Azure blob account key.
0 commit comments