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 9259984 commit 11bc9b9Copy full SHA for 11bc9b9
src/tree/mod.rs
@@ -994,24 +994,6 @@ impl Tree {
994
let table_folder_path = path.join(TABLES_FOLDER);
995
create_dir_all(&table_folder_path)?;
996
997
- // // Create manifest
998
- // {
999
- // let mut writer = sfa::Writer::new_at_path(manifest_path)?;
1000
-
1001
- // Manifest {
1002
- // version: FormatVersion::V3,
1003
- // level_count: config.level_count,
1004
- // tree_type: if config.kv_separation_opts.is_some() {
1005
- // TreeType::Blob
1006
- // } else {
1007
- // TreeType::Standard
1008
- // },
1009
- // }
1010
- // .encode_into(&mut writer)?;
1011
1012
- // writer.finish()?;
1013
1014
1015
// IMPORTANT: fsync folders on Unix
1016
fsync_directory(&table_folder_path)?;
1017
fsync_directory(&path)?;
0 commit comments