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

zykkk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 80a68e38cdd [hotfix](jdbc table) Restoring a table type that should 
not be deleted (#35433)
80a68e38cdd is described below

commit 80a68e38cddf6ebac6e04a118addbbd9680e50a9
Author: zy-kkk <zhongy...@gmail.com>
AuthorDate: Tue May 28 16:07:00 2024 +0800

    [hotfix](jdbc table) Restoring a table type that should not be deleted 
(#35433)
    
    prefix #34986
    
    We cannot directly delete fields in thrift, which will affect
    enumeration errors caused by version inconsistencies between FE and BE
    during upgrades.
---
 gensrc/thrift/Types.thrift | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gensrc/thrift/Types.thrift b/gensrc/thrift/Types.thrift
index 6e9a44b8fb9..e497306dcce 100644
--- a/gensrc/thrift/Types.thrift
+++ b/gensrc/thrift/Types.thrift
@@ -404,6 +404,7 @@ enum TOdbcTableType {
     PRESTO,
     OCEANBASE,
     OCEANBASE_ORACLE,
+    NEBULA, // Deprecated
     DB2
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to