diff options
| author | danilalexeev <[email protected]> | 2024-06-10 16:04:28 +0300 |
|---|---|---|
| committer | danilalexeev <[email protected]> | 2024-06-10 16:18:53 +0300 |
| commit | 78508ec627d7dc89ade39f1b8ae0837c7bffc94b (patch) | |
| tree | 6017e5ae8bf308c01ae31e4ca70f0bf0570e22b9 | |
| parent | 5200ed84a364e798bad1a43d475e454b1e400953 (diff) | |
YT-18532: Support symlinks in Sequoia
50d697cb0a00325646f76092c0d3c857a180d282
| -rw-r--r-- | yt/yt/client/object_client/helpers.cpp | 1 | ||||
| -rw-r--r-- | yt/yt/client/object_client/public.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/yt/yt/client/object_client/helpers.cpp b/yt/yt/client/object_client/helpers.cpp index 1adac1a2417..f705f7030c2 100644 --- a/yt/yt/client/object_client/helpers.cpp +++ b/yt/yt/client/object_client/helpers.cpp @@ -89,6 +89,7 @@ bool IsVersionedType(EObjectType type) type == EObjectType::AccountResourceUsageLeaseMap || type == EObjectType::SchedulerPoolTreeMap || type == EObjectType::Link || + type == EObjectType::SequoiaLink || type == EObjectType::Document || type == EObjectType::LockMap || type == EObjectType::TabletMap || diff --git a/yt/yt/client/object_client/public.h b/yt/yt/client/object_client/public.h index fa6c90fa385..dc838bdabc7 100644 --- a/yt/yt/client/object_client/public.h +++ b/yt/yt/client/object_client/public.h @@ -224,6 +224,7 @@ DEFINE_ENUM(EObjectType, // Sequoia nodes ((SequoiaMapNode) (1504)) + ((SequoiaLink) (1505)) // Cypress shards ((CypressShard) (11004)) |
