Skip to content

Commit

Permalink
Merge 3003be6 into ae6b4e2
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA authored Feb 17, 2025
2 parents ae6b4e2 + 3003be6 commit 303e36a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
namespace NYql {
namespace NDq {

namespace {

struct TEvPrivate {
enum EEv : ui32 {
EvRuntimeError = EventSpaceBegin(NActors::TEvents::ES_PRIVATE),
Expand All @@ -63,8 +61,6 @@ struct TEvPrivate {
};
};

} // anonymous namespace

struct TSinkCallbacks : public IDqComputeActorAsyncOutput::ICallbacks {
void OnAsyncOutputError(ui64 outputIndex, const TIssues& issues, NYql::NDqProto::StatusIds::StatusCode fatalCode) override final {
OnSinkError(outputIndex, issues, fatalCode);
Expand Down

0 comments on commit 303e36a

Please sign in to comment.