Skip to content

Commit

Permalink
Removed copy of lambsa
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA committed Nov 14, 2024
1 parent 4323173 commit b9b6906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/fq/libs/row_dispatcher/ut/json_parser_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class TFixture : public NUnitTest::TBaseFixture {
}

void MakeParser(TVector<TString> columns) {
MakeParser(columns, TVector<TString>(columns.size(), "[DataType; String]"), [](ui64, ui64, const TVector<TVector<NYql::NUdf::TUnboxedValue>>&) {});
MakeParser(columns, TVector<TString>(columns.size(), "[DataType; String]"));
}

void PushToParser(ui64 offset, const TString& data) {
Expand Down

0 comments on commit b9b6906

Please sign in to comment.