Skip to content

Commit 532d353

Browse files
[-] broken merge
1 parent b3eceed commit 532d353

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ydb/core/kqp/session_actor/kqp_session_actor.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,10 +532,9 @@ class TKqpSessionActor : public TActorBootstrapped<TKqpSessionActor> {
532532
}
533533

534534
bool AreAllTheTopicsAndPartitionsKnown() const {
535-
const NKikimrKqp::TTopicOperationsRequest& operations = QueryState->GetTopicOperations();
535+
const NKikimrKqp::TTopicOperationsRequest& operations = QueryState->GetTopicOperationsFromRequest();
536536
for (const auto& topic : operations.GetTopics()) {
537-
auto path = CanonizePath(NPersQueue::GetFullTopicPath(TlsActivationContext->AsActorContext(),
538-
QueryState->GetDatabase(), topic.path()));
537+
auto path = CanonizePath(NPersQueue::GetFullTopicPath(QueryState->GetDatabase(), topic.path()));
539538

540539
for (const auto& partition : topic.partitions()) {
541540
if (!QueryState->TxCtx->TopicOperations.HasThisPartitionAlreadyBeenAdded(path, partition.partition_id())) {

0 commit comments

Comments
 (0)