We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e002a commit 0763f86Copy full SHA for 0763f86
src/moonlink/src/storage/mooncake_table/table_creation_test_utils.rs
@@ -169,6 +169,7 @@ pub(crate) fn create_iceberg_table_config(warehouse_uri: String) -> IcebergTable
169
}
170
171
/// Test util function to create delta table config.
172
+#[allow(unused)]
173
pub(crate) fn create_delta_table_config(warehouse_uri: String) -> DeltalakeTableConfig {
174
let accessor_config = if warehouse_uri.starts_with("s3://") {
175
#[cfg(feature = "storage-s3")]
0 commit comments