Skip to content

Commit 98fee73

Browse files
author
vlad-gogov
committed
fix rebase
1 parent b7ae6b1 commit 98fee73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/ut/common/columnshard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class TTestHelper {
2626

2727
class TColumnSchema {
2828
YDB_ACCESSOR_DEF(TString, Name);
29-
YDB_ACCESSOR_DEF(NScheme::TTypeInfo, TypeDesc);
29+
YDB_ACCESSOR_DEF(NScheme::TTypeInfo, TypeInfo);
3030
YDB_FLAG_ACCESSOR(Nullable, true);
3131

3232
public:

0 commit comments

Comments
 (0)