Skip to content

Commit c5374d9

Browse files
authored
Update main.cpp (#28646)
1 parent c734e91 commit c5374d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/tools/query_replay_yt/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class TQueryReplayMapper
9797
public:
9898
TQueryReplayMapper() = default;
9999

100-
Y_SAVELOAD_JOB(UdfFiles, ActorSystemThreadsCount, EnableOltpSinkSideBySinkCompare, YqlLogPriority);
100+
Y_SAVELOAD_JOB(UdfFiles, ActorSystemThreadsCount, EnableOltpSinkSideBySinkCompare, YqlLogPriority, Antlr4ParserIsAmbiguityError);
101101

102102
TQueryReplayMapper(TVector<TString> udfFiles, ui32 actorSystemThreadsCount, bool enableOltpSinkSideBySinkCompare, bool antlr4ParserIsAmbiguityError,
103103
NActors::NLog::EPriority yqlLogPriority = NActors::NLog::EPriority::PRI_ERROR)

0 commit comments

Comments
 (0)