Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Dec 6, 2023
1 parent ceea522 commit 4ef4e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/test/olap/path_gc_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ TEST(PathGcTest, GcTabletAndRowset) {
auto create_tablet = [&](int64_t tablet_id) {
auto tablet_meta = std::make_shared<TabletMeta>();
tablet_meta->_tablet_id = tablet_id;
tablet_meta->set_partition_id(10000);
(void)tablet_meta->set_partition_id(10000);
tablet_meta->set_tablet_uid({tablet_id, 0});
tablet_meta->set_shard_id(tablet_id % 4);
tablet_meta->_schema_hash = tablet_id;
Expand Down

0 comments on commit 4ef4e42

Please sign in to comment.