Skip to content

Commit c088e0f

Browse files
committed
Fixes
1 parent 214ec96 commit c088e0f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

ydb/core/kqp/provider/yql_kikimr_provider.h

-11
Original file line numberDiff line numberDiff line change
@@ -333,17 +333,6 @@ class TKikimrTransactionContextBase : public TThrRefBase {
333333

334334
const auto newOp = TYdbOperation(op.GetOperation());
335335

336-
auto newOp = TYdbOperation(op.GetOperation());
337-
TPosition pos(op.GetPosition().GetColumn(), op.GetPosition().GetRow());
338-
339-
if (TempTablesState) {
340-
auto tempTableInfoIt = TempTablesState->FindInfo(table, false);
341-
342-
if (tempTableInfoIt != TempTablesState->TempTables.end()) {
343-
table = tempTableInfoIt->first + TempTablesState->SessionId;
344-
}
345-
}
346-
347336
const auto info = tableInfoMap.FindPtr(table);
348337
if (!info) {
349338
TString message = TStringBuilder()

0 commit comments

Comments
 (0)