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 b7ae6b1 commit 98fee73Copy full SHA for 98fee73
ydb/core/kqp/ut/common/columnshard.h
@@ -26,7 +26,7 @@ class TTestHelper {
26
27
class TColumnSchema {
28
YDB_ACCESSOR_DEF(TString, Name);
29
- YDB_ACCESSOR_DEF(NScheme::TTypeInfo, TypeDesc);
+ YDB_ACCESSOR_DEF(NScheme::TTypeInfo, TypeInfo);
30
YDB_FLAG_ACCESSOR(Nullable, true);
31
32
public:
0 commit comments