summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface
diff options
context:
space:
mode:
authoromgronny <[email protected]>2024-11-07 17:06:43 +0300
committeromgronny <[email protected]>2024-11-07 17:22:36 +0300
commit70af84e31b72f817f8a98dd172b8ef05ac478e5e (patch)
tree0f7991201766d0199c305ef20c2b98c7302b3d43 /yt/cpp/mapreduce/interface
parenta312f5f9ca690c097dd43382784cb058593f2178 (diff)
YT-23387: Sort jobs by task name
commit_hash:eada58f1baf8c66541a6f4874a10034bd1a0632a
Diffstat (limited to 'yt/cpp/mapreduce/interface')
-rw-r--r--yt/cpp/mapreduce/interface/operation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/operation.h b/yt/cpp/mapreduce/interface/operation.h
index b30d39be5de..76c4eabdfe6 100644
--- a/yt/cpp/mapreduce/interface/operation.h
+++ b/yt/cpp/mapreduce/interface/operation.h
@@ -2798,6 +2798,7 @@ enum class EJobSortField : int
Duration /* "duration" */,
Progress /* "progress" */,
Id /* "id" */,
+ TaskName /* "task_name" */,
};
///