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 b7d7937 commit c2b5c83Copy full SHA for c2b5c83
crates/iceberg/src/io/file_io.rs
@@ -26,8 +26,8 @@ use bytes::Bytes;
26
use url::Url;
27
28
// Re-export traits from storage module
29
-pub use super::storage::{Storage, StorageBuilder};
30
-use crate::io::{STORAGE_LOCATION_SCHEME, StorageBuilderRegistry};
+pub use super::storage::{Storage, StorageBuilder, StorageBuilderRegistry};
+use crate::io::STORAGE_LOCATION_SCHEME;
31
use crate::{Error, ErrorKind, Result};
32
33
/// FileIO implementation, used to manipulate files in underlying storage.
0 commit comments