Skip to content

Commit

Permalink
update ut
Browse files Browse the repository at this point in the history
Signed-off-by: sevev <[email protected]>
  • Loading branch information
sevev committed Jul 30, 2024
1 parent ab73bd7 commit 7f7a679
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions be/test/storage/lake/tablet_manager_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,8 @@ TEST_F(LakeTabletManagerTest, test_get_output_rorwset_schema) {
schema_pb2.set_id(schema_id2);

auto schema_id3 = tablet_metadata->schema().id();
auto& schema_pb3 = (*tablet_metadata->mutable_historical_schemas())[schema_id3];
schema_pb3.set_id(schema_id3);

(*tablet_metadata->mutable_rowset_to_schema())[tablet_metadata->rowsets(0).id()] = schema_id3;
(*tablet_metadata->mutable_rowset_to_schema())[tablet_metadata->rowsets(1).id()] = schema_id1;
Expand Down

0 comments on commit 7f7a679

Please sign in to comment.