Skip to content

Commit

Permalink
Fix parentheses in empty_map test.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Feb 22, 2024
1 parent b40ee70 commit 476fa63
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/substrait/textplan/parser/tests/TextPlanParserTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -698,10 +698,8 @@ std::vector<TestCase> getTestCases() {
} } }
expressions { literal {
empty_map { key { fp32 { nullability: NULLABILITY_REQUIRED } } value { string {nullability: NULLABILITY_REQUIRED } } nullability: NULLABILITY_REQUIRED} } }
} }
expressions { literal {
empty_map { key { fp32 { nullability: NULLABILITY_REQUIRED } } value { string {nullability: NULLABILITY_REQUIRED } } nullability: NULLABILITY_NULLABLE} } }
} }
expressions { literal {
empty_map { key { fp32 { nullability: NULLABILITY_REQUIRED } } value { string {nullability: NULLABILITY_NULLABLE } } nullability: NULLABILITY_REQUIRED} } }
} } } })")),
Expand Down

0 comments on commit 476fa63

Please sign in to comment.