Skip to content

Commit 466f825

Browse files
committed
fix
1 parent 6afae21 commit 466f825

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

test/inte/scan_and_read_inte_test.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,9 +1050,8 @@ TEST_P(ScanAndReadInteTest, TestWithPKWithNestedType) {
10501050
// test pk with mor
10511051
TEST_P(ScanAndReadInteTest, TestWithPKWithMorBatchScanLatestSnapshot) {
10521052
auto [file_format, enable_prefetch] = GetParam();
1053-
std::string table_path = // paimon::test::GetDataDir() + file_format +
1054-
"/home/lxy264173//open_source/test/fork3/paimon-cpp/test/test_data/orc/"
1055-
"/pk_table_scan_and_read_mor.db/pk_table_scan_and_read_mor/";
1053+
std::string table_path = paimon::test::GetDataDir() + file_format +
1054+
"/pk_table_scan_and_read_mor.db/pk_table_scan_and_read_mor/";
10561055

10571056
// normal batch scan case for pk+mor, use latest snapshot if not specified
10581057
ScanContextBuilder scan_context_builder(table_path);

0 commit comments

Comments
 (0)