Skip to content

Commit 8039ddf

Browse files
committed
fix(ut): another fix
1 parent 674fb74 commit 8039ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/paimon/core/io/key_value_in_memory_record_reader_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ TEST_F(KeyValueInMemoryRecordReaderTest, TestVariantType) {
394394
])")
395395
.ValueOrDie());
396396

397-
CheckVariantType(fields, std::move(src_array), {"1.1", "2.1"},
397+
CheckVariantType(fields, std::move(src_array), {std::string("1.1"), std::string("2.1")},
398398
{std::make_shared<Bytes>("1.12", pool_.get()),
399399
std::make_shared<Bytes>("2.12", pool_.get())});
400400
}

0 commit comments

Comments
 (0)