diff options
| author | robot-piglet <[email protected]> | 2024-08-30 15:30:10 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-08-30 17:37:48 +0300 |
| commit | 29e274a4ea4120f32e989dd3566b51362df6f7de (patch) | |
| tree | 7a909dd0275140add197444c9065e2c45e16c775 /yt/cpp/mapreduce/interface/serialize.cpp | |
| parent | 9b34e4f5ca33d29cd33ff5c496601b956d09cd16 (diff) | |
Intermediate changes
Diffstat (limited to 'yt/cpp/mapreduce/interface/serialize.cpp')
| -rw-r--r-- | yt/cpp/mapreduce/interface/serialize.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/serialize.cpp b/yt/cpp/mapreduce/interface/serialize.cpp index b195bf04d6e..99f6f46b93e 100644 --- a/yt/cpp/mapreduce/interface/serialize.cpp +++ b/yt/cpp/mapreduce/interface/serialize.cpp @@ -134,6 +134,8 @@ void Deserialize(EValueType& valueType, const TNode& node) {"datetime64", VT_DATETIME64}, {"timestamp64", VT_TIMESTAMP64}, {"interval64", VT_INTERVAL64}, + + {"uuid", VT_UUID}, }; auto it = str2ValueType.find(nodeStr); |
