Skip to content

Commit

Permalink
[fix][compile]unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
felixwluo committed Dec 25, 2023
1 parent 2dc7d82 commit 560732f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion be/src/olap/rowset/segment_v2/inverted_index_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const int32_t MERGE_FACTOR = 100000000;
const int32_t MAX_LEAF_COUNT = 1024;
const float MAXMBSortInHeap = 512.0 * 8;
const int DIMS = 1;
const std::string empty_value;

template <FieldType field_type>
class InvertedIndexColumnWriterImpl : public InvertedIndexColumnWriter {
Expand Down

0 comments on commit 560732f

Please sign in to comment.