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 e1389d34da5 [FIX](thrift)Fix thrift for match_element_xxx (#36440)
e1389d34da5 is described below

commit e1389d34da53bcc9890ff39bbfd3d43cdcd479f9
Author: amory <[email protected]>
AuthorDate: Tue Jun 18 21:59:51 2024 +0800

    [FIX](thrift)Fix thrift for match_element_xxx (#36440)
---
 gensrc/thrift/Opcodes.thrift | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gensrc/thrift/Opcodes.thrift b/gensrc/thrift/Opcodes.thrift
index edf01330845..c2ae2b6813f 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,
 }


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

Reply via email to