We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d3d02 commit ff2b01dCopy full SHA for ff2b01d
ydb/core/kqp/compute_actor/kqp_scan_compute_actor.h
@@ -65,6 +65,10 @@ class TKqpScanComputeActor: public NScheduler::TSchedulableComputeActorBase<TKqp
65
const EBlockTrackingMode BlockTrackingMode;
66
67
public:
68
+ ~TKqpScanComputeActor() override {
69
+ DoTerminateImpl();
70
+ }
71
+
72
static constexpr NKikimrServices::TActivity::EType ActorActivityType() {
73
return NKikimrServices::TActivity::KQP_SCAN_COMPUTE_ACTOR;
74
}
0 commit comments