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

yiguolei 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 f99b2f0f82f [branch-2.1][hotfix](jdbc table) Restoring a table type 
that should not be deleted (#35434)
f99b2f0f82f is described below

commit f99b2f0f82f9b8af788a18ff7d91d9338a5f6223
Author: zy-kkk <zhongy...@gmail.com>
AuthorDate: Mon May 27 14:39:36 2024 +0800

    [branch-2.1][hotfix](jdbc table) Restoring a table type that should not be 
deleted (#35434)
    
    * [hotfix](jdbc table) Restoring a table type that should not be deleted
    
    * add comment
---
 gensrc/thrift/Types.thrift | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gensrc/thrift/Types.thrift b/gensrc/thrift/Types.thrift
index dbab5c61caa..3c2fcfbd6fa 100644
--- a/gensrc/thrift/Types.thrift
+++ b/gensrc/thrift/Types.thrift
@@ -399,6 +399,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