From 560732f3070cc906a9a982f65ca40761328babdf Mon Sep 17 00:00:00 2001 From: lw112 Date: Mon, 25 Dec 2023 18:53:20 +0800 Subject: [PATCH] [fix][compile]unused variable --- be/src/olap/rowset/segment_v2/inverted_index_writer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/be/src/olap/rowset/segment_v2/inverted_index_writer.cpp b/be/src/olap/rowset/segment_v2/inverted_index_writer.cpp index c2cc0bbbefa728..a1773874b59c93 100644 --- a/be/src/olap/rowset/segment_v2/inverted_index_writer.cpp +++ b/be/src/olap/rowset/segment_v2/inverted_index_writer.cpp @@ -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 class InvertedIndexColumnWriterImpl : public InvertedIndexColumnWriter {