From 8dc5f2636723f956e9f42d2732dfe895856f0ee6 Mon Sep 17 00:00:00 2001 From: Alexey Pozdniakov Date: Tue, 11 Nov 2025 16:50:42 +0300 Subject: [PATCH] Update main.cpp --- ydb/tools/query_replay_yt/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/tools/query_replay_yt/main.cpp b/ydb/tools/query_replay_yt/main.cpp index e41ffc31052c..eb163361a339 100644 --- a/ydb/tools/query_replay_yt/main.cpp +++ b/ydb/tools/query_replay_yt/main.cpp @@ -97,7 +97,7 @@ class TQueryReplayMapper public: TQueryReplayMapper() = default; - Y_SAVELOAD_JOB(UdfFiles, ActorSystemThreadsCount, EnableOltpSinkSideBySinkCompare, YqlLogPriority); + Y_SAVELOAD_JOB(UdfFiles, ActorSystemThreadsCount, EnableOltpSinkSideBySinkCompare, YqlLogPriority, Antlr4ParserIsAmbiguityError); TQueryReplayMapper(TVector udfFiles, ui32 actorSystemThreadsCount, bool enableOltpSinkSideBySinkCompare, bool antlr4ParserIsAmbiguityError, NActors::NLog::EPriority yqlLogPriority = NActors::NLog::EPriority::PRI_ERROR)