diff options
| -rw-r--r-- | ydb/library/yql/providers/yt/provider/yql_yt_table.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ydb/library/yql/providers/yt/provider/yql_yt_table.cpp b/ydb/library/yql/providers/yt/provider/yql_yt_table.cpp index aac4d392eaa..b42a182343d 100644 --- a/ydb/library/yql/providers/yt/provider/yql_yt_table.cpp +++ b/ydb/library/yql/providers/yt/provider/yql_yt_table.cpp @@ -2913,13 +2913,6 @@ const NCommon::TStructMemberMapper& TYtPathInfo::GetColumnMapper() { for (auto& c: *Columns->GetColumns()) { filterColumns.insert(c.Name); } - for (auto& c: Table->RowSpec->SortMembers) { - auto column = c; - if (auto r = renames.find(c); r != renames.cend()) { - column = r->second; - } - filterColumns.insert(column); - } } } if (useAllColumns && renames.empty()) { |
