This is an automated email from the ASF dual-hosted git repository.

kxiao pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 8d71a30595b [FIX](thrift)fix thrift for match-element-xxx (#36439)
8d71a30595b is described below

commit 8d71a30595be4a07ff941092e0bdd077db1e6029
Author: amory <[email protected]>
AuthorDate: Tue Jun 18 22:00:04 2024 +0800

    [FIX](thrift)fix thrift for match-element-xxx (#36439)
---
 gensrc/thrift/Opcodes.thrift | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gensrc/thrift/Opcodes.thrift b/gensrc/thrift/Opcodes.thrift
index b88dadd9899..3f09676412f 100644
--- a/gensrc/thrift/Opcodes.thrift
+++ b/gensrc/thrift/Opcodes.thrift
@@ -88,6 +88,11 @@ enum TExprOpcode {
     MATCH_ANY,
     MATCH_ALL,
     MATCH_PHRASE,
+    MATCH_ELEMENT_EQ, // DEPRECATED
+    MATCH_ELEMENT_LT, // DEPRECATED
+    MATCH_ELEMENT_GT, // DEPRECATED
+    MATCH_ELEMENT_LE, // DEPRECATED
+    MATCH_ELEMENT_GE, // DEPRECATED
     MATCH_PHRASE_PREFIX,
     MATCH_REGEXP,
     MATCH_PHRASE_EDGE,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to