This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 076fd7e905 [fix](invert index) fix overloaded-virtual compiler warning
(#24174)
076fd7e905 is described below
commit 076fd7e9053a47aab34efcc9eef00b0bdc65706d
Author: zzzxl <[email protected]>
AuthorDate: Mon Sep 11 23:47:19 2023 +0800
[fix](invert index) fix overloaded-virtual compiler warning (#24174)
---
be/src/clucene | 2 +-
be/src/olap/rowset/segment_v2/inverted_index_cache.h | 6 ------
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/be/src/clucene b/be/src/clucene
index 2761b1afe4..3b51f707d4 160000
--- a/be/src/clucene
+++ b/be/src/clucene
@@ -1 +1 @@
-Subproject commit 2761b1afe48cb1bd272ce8959e3aa3049b6e63ac
+Subproject commit 3b51f707d4c51596d77b97f48b0baf49db0d2c30
diff --git a/be/src/olap/rowset/segment_v2/inverted_index_cache.h
b/be/src/olap/rowset/segment_v2/inverted_index_cache.h
index 04fcddaf37..00e8fa244f 100644
--- a/be/src/olap/rowset/segment_v2/inverted_index_cache.h
+++ b/be/src/olap/rowset/segment_v2/inverted_index_cache.h
@@ -17,13 +17,7 @@
#pragma once
-#pragma GCC diagnostic push
-#pragma GCC diagnostic ignored "-Woverloaded-virtual"
-
#include <CLucene.h> // IWYU pragma: keep
-
-#pragma GCC diagnostic pop
-
#include <CLucene/config/repl_wchar.h>
#include <CLucene/util/Misc.h>
#include <butil/macros.h>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]