diff options
| author | rp-1 <[email protected]> | 2025-09-09 15:52:32 +0300 |
|---|---|---|
| committer | rp-1 <[email protected]> | 2025-09-09 17:12:55 +0300 |
| commit | dcc139e7095b1dc604aebf711db371b3d29b5b7a (patch) | |
| tree | ea1301ed1861608dca148db34b6eb979f4070030 /yt/cpp/mapreduce/client/operation.cpp | |
| parent | f134bd5596e653257924321140fee7f48f555940 (diff) | |
YT-25583: Rename parameter to enable_debug_command_line_arguments in C++ SDK
Rename append_debug_options to enable_debug_command_line_arguments
commit_hash:af73e8a4e566209d657fefadb1e90fe133b85de5
Diffstat (limited to 'yt/cpp/mapreduce/client/operation.cpp')
| -rw-r--r-- | yt/cpp/mapreduce/client/operation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/client/operation.cpp b/yt/cpp/mapreduce/client/operation.cpp index 9647f61ec2a..692cb1771a1 100644 --- a/yt/cpp/mapreduce/client/operation.cpp +++ b/yt/cpp/mapreduce/client/operation.cpp @@ -784,7 +784,7 @@ void BuildUserJobFluently( .Item("start_queue_consumer_registration_manager").Value(false) .Item("enable_rpc_proxy_in_job_proxy").Value(userJobSpec.EnableRpcProxyInJobProxy_) .Item("redirect_stdout_to_stderr").Value(preparer.ShouldRedirectStdoutToStderr()) - .Item("append_debug_options").Value(preparer.ShouldAppendDebugOptions()); + .Item("enable_debug_command_line_arguments").Value(preparer.ShouldEnableDebugCommandLineArguments()); } struct TNirvanaContext |
