Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shnikd committed Jan 24, 2024
1 parent 214ec96 commit c088e0f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ydb/core/kqp/provider/yql_kikimr_provider.h
Original file line number Diff line number Diff line change
Expand Up @@ -333,17 +333,6 @@ class TKikimrTransactionContextBase : public TThrRefBase {

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

auto newOp = TYdbOperation(op.GetOperation());
TPosition pos(op.GetPosition().GetColumn(), op.GetPosition().GetRow());

if (TempTablesState) {
auto tempTableInfoIt = TempTablesState->FindInfo(table, false);

if (tempTableInfoIt != TempTablesState->TempTables.end()) {
table = tempTableInfoIt->first + TempTablesState->SessionId;
}
}

const auto info = tableInfoMap.FindPtr(table);
if (!info) {
TString message = TStringBuilder()
Expand Down

0 comments on commit c088e0f

Please sign in to comment.