Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: sevev <[email protected]>
  • Loading branch information
sevev committed Nov 20, 2024
1 parent fbff3de commit 08992d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/exec/tablet_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Status OlapTableSchemaParam::init(const POlapTableSchemaParam& pschema) {
}

if (p_index.has_is_shadow()) {
index->is_shadow = p_index.is_shadow;
index->is_shadow = p_index.is_shadow();
_shadow_indexes++;
}

Expand Down

0 comments on commit 08992d5

Please sign in to comment.