Skip to content

Commit

Permalink
Fix the failed unit tests in velox_hdfs_file_test
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Dec 17, 2024
1 parent e937db3 commit 907ce7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class HdfsFileSystemTest : public testing::Test {
miniCluster = std::make_shared<filesystems::test::HdfsMiniCluster>();
miniCluster->start();
auto tempFile = createFile();
miniCluster->addFile(tempFile->getPath(), destinationPath);
miniCluster->addFile(tempFile->getPath(), fullDestinationPath);
}
}

Expand Down

0 comments on commit 907ce7c

Please sign in to comment.