diff options
author | cherepashka <cherepashka@yandex-team.com> | 2025-02-27 16:34:52 +0300 |
---|---|---|
committer | cherepashka <cherepashka@yandex-team.com> | 2025-02-27 16:51:59 +0300 |
commit | e09cc30c9f0165e294c13c19bcee8ab26767ec47 (patch) | |
tree | bf24ba407e371410389bcec5fd767a133e5e1a98 | |
parent | de9151cb893baa4500a573989c7cdaaeb3934359 (diff) | |
download | ydb-e09cc30c9f0165e294c13c19bcee8ab26767ec47.tar.gz |
YT-23382: Prohibit prerequisite paths to differ from execution paths
* Changelog entry
Type: feature
Component: master
Prohibit prerequisite paths to differ from execution paths
commit_hash:4d86afe3331f8c9ab627d61f9ce5a20fe9c75bf9
-rw-r--r-- | yt/yt/client/object_client/public.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt/client/object_client/public.h b/yt/yt/client/object_client/public.h index 4830121acc..f534c40eac 100644 --- a/yt/yt/client/object_client/public.h +++ b/yt/yt/client/object_client/public.h @@ -35,6 +35,7 @@ YT_DEFINE_ERROR_ENUM( ((RequestInvolvesSequoia) (1007)) ((RequestInvolvesCypress) (1008)) ((BeginCopyDeprecated) (1009)) + ((PrerequisitePathDifferFromExecutionPaths) (1010)) ); //////////////////////////////////////////////////////////////////////////////// |