File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -2291,7 +2291,7 @@ async fn import_single_table<RT: Runtime>(
22912291 // No more tables to import.
22922292 None => return Ok ( None ) ,
22932293 } ;
2294- let mut table_number_from_docs = table_number_for_import ( objects. as_mut ( ) ) . await ;
2294+ let table_number_from_docs = table_number_for_import ( objects. as_mut ( ) ) . await ;
22952295 if let Some ( import_id) = import_id {
22962296 best_effort_update_progress_message (
22972297 database,
@@ -2312,8 +2312,6 @@ async fn import_single_table<RT: Runtime>(
23122312 let table_name = & mut component_and_table. 1 ;
23132313 if * table_name == * FILE_STORAGE_VIRTUAL_TABLE {
23142314 * table_name = FILE_STORAGE_TABLE . clone ( ) ;
2315- // Infer table number from existing table.
2316- table_number_from_docs = None ;
23172315 }
23182316 let ( component_path, table_name) = & component_and_table;
23192317
You can’t perform that action at this time.
0 commit comments