We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214ec96 commit c088e0fCopy full SHA for c088e0f
ydb/core/kqp/provider/yql_kikimr_provider.h
@@ -333,17 +333,6 @@ class TKikimrTransactionContextBase : public TThrRefBase {
333
334
const auto newOp = TYdbOperation(op.GetOperation());
335
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
347
const auto info = tableInfoMap.FindPtr(table);
348
if (!info) {
349
TString message = TStringBuilder()
0 commit comments