Create table partial implementation
This commit is contained in:
parent
f973df2ca2
commit
2dd0555174
5 changed files with 98 additions and 32 deletions
|
|
@ -364,7 +364,7 @@ impl <'cursor, T> WriteCursor<'cursor, T>
|
|||
async fn spawn_cursor_to_intermediate_file(&self) -> Result<AppendOnlyCursor<T>>
|
||||
where T: Send
|
||||
{
|
||||
let table_folder = self.header.table_folder.to_string();
|
||||
let table_folder = self.header.table_folder.clone();
|
||||
let path_to_table = Path::new(&table_folder);
|
||||
let path_to_rows = path_to_table.join(GARBAGE_COLLECTION_INTERMEDIATE_ROWS_FILE_NAME);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue