From ee03d36691937f831f381df11388098cfb6196f6 Mon Sep 17 00:00:00 2001 From: jinhai Date: Sun, 7 Jul 2019 19:55:16 +0800 Subject: [PATCH] MS-176 Update table name length Former-commit-id: 9280bdd9470730803640f75b962737f3e604501f --- cpp/src/utils/ValidationUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/utils/ValidationUtil.cpp b/cpp/src/utils/ValidationUtil.cpp index b4bbd334..65cd81e6 100644 --- a/cpp/src/utils/ValidationUtil.cpp +++ b/cpp/src/utils/ValidationUtil.cpp @@ -7,7 +7,7 @@ namespace zilliz { namespace milvus { namespace server { -constexpr size_t table_name_size_limit = 16384; +constexpr size_t table_name_size_limit = 255; constexpr int64_t table_dimension_limit = 16384; ServerError -- GitLab