We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0e3f8 commit d0b724aCopy full SHA for d0b724a
ydb/core/grpc_services/rpc_kh_describe.cpp
@@ -178,7 +178,7 @@ class TKikhouseDescribeTableRPC : public TActorBootstrapped<TKikhouseDescribeTab
178
auto* colMeta = Result.add_columns();
179
colMeta->set_name(col.second.Name);
180
auto& typeInfo = col.second.PType;
181
- ProtoFromTypeInfo(typeInfo, *colMeta->mutable_type());
+ ProtoFromTypeInfo(typeInfo, *colMeta->mutable_type(), false);
182
183
if (col.second.KeyOrder == -1)
184
continue;
0 commit comments