Skip to content

Commit 595b4a6

Browse files
committed
Codestyle
1 parent 1663995 commit 595b4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/providers/common/provider/yql_provider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ bool RenamePgSelectColumns(
14851485
TString optionName = (hasValues) ? "values" : "projection_order";
14861486

14871487
auto selectorColumnOrder = types.LookupColumnOrder(node.Ref());
1488-
TVector<TString> insertColumnOrder;
1488+
TColumnOrder insertColumnOrder;
14891489
if (auto targetColumnsOption = GetSetItemOption(node, "target_columns")) {
14901490
auto targetColumns = GetSetItemOptionValue(TExprBase(targetColumnsOption));
14911491
for (const auto& child : targetColumns->ChildrenList()) {

0 commit comments

Comments
 (0)