File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ydb/core/fq/libs/row_dispatcher/format_handler/ut Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -479,7 +479,7 @@ Y_UNIT_TEST_SUITE(TestPurecalcFilter) {
479479 }
480480
481481 Y_UNIT_TEST_F (CompilationValidation, TFilterFixture) {
482- CompileError = {EStatusId::INTERNAL_ERROR, " Error: mismatched input '.' " };
482+ CompileError = {EStatusId::INTERNAL_ERROR, " Error: extraneous input '(' expecting {<EOF>, ';'} " };
483483 auto consumer = MakeConsumer (
484484 {{" a1" , " [DataType; String]" }},
485485 " " ,
@@ -767,7 +767,7 @@ Y_UNIT_TEST_SUITE(TestFilterSet) {
767767 }
768768
769769 Y_UNIT_TEST_F (CompilationValidation, TFilterSetFixture) {
770- CompileError = {EStatusId::INTERNAL_ERROR, " Error: mismatched input '.' " };
770+ CompileError = {EStatusId::INTERNAL_ERROR, " Error: extraneous input '(' expecting {<EOF>, ';'} " };
771771
772772 auto consumer = MakeConsumer (
773773 {{" a1" , " [DataType; String]" }},
You can’t perform that action at this time.
0 commit comments