Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
unw9527 committed Sep 26, 2024
1 parent eb7c06b commit 298977b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/index/b_plus_tree_debug_tool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ auto BPLUSTREE_TYPE::DrawBPlusTree() -> std::string {
* Read data from file and insert/remove one by one
*/
INDEX_TEMPLATE_ARGUMENTS
void BPLUSTREE_TYPE::BatchOpsFromFile(const std::string &file_name) {
void BPLUSTREE_TYPE::BatchOpsFromFile(const std::filesystem::path &file_name) {
int64_t key;
char instruction;
std::ifstream input(file_name);
Expand Down

0 comments on commit 298977b

Please sign in to comment.