Skip to content

Commit 0763f86

Browse files
committed
allow unused
1 parent 90e002a commit 0763f86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/moonlink/src/storage/mooncake_table/table_creation_test_utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ pub(crate) fn create_iceberg_table_config(warehouse_uri: String) -> IcebergTable
169169
}
170170

171171
/// Test util function to create delta table config.
172+
#[allow(unused)]
172173
pub(crate) fn create_delta_table_config(warehouse_uri: String) -> DeltalakeTableConfig {
173174
let accessor_config = if warehouse_uri.starts_with("s3://") {
174175
#[cfg(feature = "storage-s3")]

0 commit comments

Comments
 (0)