Skip to content

Commit 00b3148

Browse files
author
shuxu.li
committed
feat: RegisterTable support for InMemoryCatalog
1 parent 4d944db commit 00b3148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/in_memory_catalog_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class InMemoryCatalogTest : public ::testing::Test {
5858
std::string GenerateTestTableLocation(std::string table_name) {
5959
std::filesystem::path temp_dir = std::filesystem::temp_directory_path();
6060
const auto info = ::testing::UnitTest::GetInstance()->current_test_info();
61-
auto table_location = std::format("{}iceberg_test_{}_{}/{}/", temp_dir.string(),
61+
auto table_location = std::format("{}/iceberg_test_{}_{}/{}/", temp_dir.string(),
6262
info->test_suite_name(), info->name(), table_name);
6363
// generate a unique directory for the table
6464
std::error_code ec;

0 commit comments

Comments
 (0)