Skip to content

Commit 00b36ca

Browse files
committed
fix
1 parent 0ea0583 commit 00b36ca

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

ydb/core/kqp/common/kqp_resolve.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ struct TTableConstInfo : public TAtomicRefCount<TTableConstInfo> {
3131
TMap<TString, NSharding::IShardingBase::TColumn> Columns;
3232
TVector<TString> KeyColumns;
3333
TVector<NScheme::TTypeInfo> KeyColumnTypes;
34-
//TVector<NScheme::TTypeInfo> ColumnTypes;
3534
ETableKind TableKind = ETableKind::Unknown;
3635
THashMap<TString, std::pair<TString, NYql::TKikimrPathId>> Sequences;
3736
THashMap<TString, Ydb::TypedValue> DefaultFromLiteral;
@@ -135,15 +134,6 @@ struct TTableConstInfo : public TAtomicRefCount<TTableConstInfo> {
135134
KeyColumns.push_back(keyColumnId.GetName());
136135
KeyColumnTypes.push_back(column->Type);
137136
}
138-
139-
/*ColumnTypes.reserve(phyTable.ColumnsSize());
140-
for (const auto& [columnId, phyСolumn] : phyTable.GetColumns()) {
141-
const auto& column = Columns.FindPtr(phyСolumn.GetId().GetName(());
142-
YQL_ENSURE(column);
143-
144-
//KeyColumns.push_back(keyColumnId.GetName());
145-
ColumnTypes.push_back(column.Type);
146-
}*/
147137
}
148138
};
149139

0 commit comments

Comments
 (0)