Skip to content

Commit b9b6906

Browse files
committed
Removed copy of lambsa
1 parent 4323173 commit b9b6906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/fq/libs/row_dispatcher/ut/json_parser_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class TFixture : public NUnitTest::TBaseFixture {
5959
}
6060

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

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

0 commit comments

Comments
 (0)