Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
qidaye committed Jun 13, 2024
1 parent 0a54c24 commit 840987d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/olap/rowset/segment_v2/inverted_index_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class InvertedIndexColumnWriterImpl : public InvertedIndexColumnWriter {
// array's inverted index do need create field first
_doc->setNeedResetFieldData(true);
}
auto ignore_above_value =
auto ignore_above_value =
get_parser_ignore_above_value_from_properties(_index_meta->properties());
_ignore_above = std::stoi(ignore_above_value);
return Status::OK();
Expand Down

0 comments on commit 840987d

Please sign in to comment.