Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Jan 16, 2025
1 parent f0c18d6 commit 2e99af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/delta_scan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ shared_ptr<MultiFileList> DeltaMultiFileReader::CreateFileList(ClientContext &co
}
}

return make_uniq<DeltaSnapshot>(context, paths[0]);
return make_shared_ptr<DeltaSnapshot>(context, paths[0]);
}

// Generate the correct Selection Vector Based on the Raw delta KernelBoolSlice dv and the row_id_column
Expand Down

0 comments on commit 2e99af7

Please sign in to comment.