Skip to content

Commit

Permalink
[enhance]support rs_meta on tablet query for cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
cjj2010 committed Nov 18, 2024
1 parent 5e2c9ee commit 45539ab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions be/src/cloud/cloud_meta_mgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,7 @@ Status CloudMetaMgr::get_rowset(CloudTablet* tablet,
req.set_cumulative_compaction_cnt(tablet->cumulative_compaction_cnt());
req.set_cumulative_point(tablet->cumulative_layer_point());
}
req.set_end_version(-1);
if (config::variant_use_cloud_schema_dict) {
req.set_schema_op(GetRowsetRequest::NO_DICT);
}
req.set_schema_op(GetRowsetRequest::NO_DICT);

Status st = retry_rpc("get rowset", req, &resp, &MetaService_Stub::get_rowset);
if (!st.ok()) {
Expand Down

0 comments on commit 45539ab

Please sign in to comment.