Skip to content

Commit

Permalink
Fixed test changed by altering the grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Feb 7, 2024
1 parent 5e5b34f commit 21002ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/substrait/textplan/parser/tests/TextPlanParserTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1061,8 +1061,7 @@ std::vector<TestCase> getTestCases() {
"1:0 → extraneous input 'relation' expecting {<EOF>, "
"'EXTENSION_SPACE', 'NAMED', 'SCHEMA', 'PIPELINES', 'FILTER', "
"'GROUPING', 'MEASURE', 'SORT', 'COUNT', 'TYPE', 'EMIT', "
"'OR', 'ALL', COMPARISON, "
"'SOURCE', 'ROOT', 'NULL', IDENTIFIER}",
"'ALL', COMPARISON, 'SOURCE', 'ROOT', 'NULL', IDENTIFIER}",
"1:24 → mismatched input '{' expecting 'RELATION'",
"1:9 → Unrecognized relation type: notyperelation",
"1:9 → Internal error: Previously encountered symbol "
Expand Down

0 comments on commit 21002ef

Please sign in to comment.