This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-spark-connector.git
commit d3eebd46c84c4c99573fa90b1516383cf34135c5 Author: lichaoyong <lichaoy...@baidu.com> AuthorDate: Tue Mar 24 13:54:05 2020 +0800 Remove unused KUDU codes (#3175) KUDU table is no longer supported long time ago. Remove code related to it. --- src/main/thrift/doris/Status.thrift | 4 ++-- src/main/thrift/doris/Types.thrift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/thrift/doris/Status.thrift b/src/main/thrift/doris/Status.thrift index 90612c3..2966a8a 100644 --- a/src/main/thrift/doris/Status.thrift +++ b/src/main/thrift/doris/Status.thrift @@ -28,8 +28,8 @@ enum TStatusCode { INTERNAL_ERROR, THRIFT_RPC_ERROR, TIMEOUT, - KUDU_NOT_ENABLED, - KUDU_NOT_SUPPORTED_ON_OS, + KUDU_NOT_ENABLED, // Deprecated + KUDU_NOT_SUPPORTED_ON_OS, // Deprecated MEM_ALLOC_FAILED, BUFFER_ALLOCATION_FAILED, MINIMUM_RESERVATION_UNAVAILABLE, diff --git a/src/main/thrift/doris/Types.thrift b/src/main/thrift/doris/Types.thrift index 659f179..2d902ba 100644 --- a/src/main/thrift/doris/Types.thrift +++ b/src/main/thrift/doris/Types.thrift @@ -312,7 +312,7 @@ enum TTableType { MYSQL_TABLE, OLAP_TABLE, SCHEMA_TABLE, - KUDU_TABLE, + KUDU_TABLE, // Deprecated BROKER_TABLE, ES_TABLE } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org