Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
Grammar fix in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Dec 8, 2024
1 parent e8b1d5b commit b7a18f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion optd-sqllogictest/slt/unnest-agg-nulls.slt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include _basic_tables.slt.part

# This query has NULL values from the subquery agg. It won't work without the
# outer join fix.
# It also has out-of-order extern column [#1]
# It also has an out-of-order extern column [#1]
query
select
v1,
Expand Down
2 changes: 1 addition & 1 deletion optd-sqllogictest/slt/unnest-count-star.slt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include _basic_tables.slt.part
# This query uses a count(*) agg function, with nulls. Nulls should be
# transformed from NULL to 0 when they come from count(*).
# It won't work without the outer join fix + a special case on count(*).
# It also has out-of-order extern column [#1]
# It also has an out-of-order extern column [#1]
query
select
v1,
Expand Down

0 comments on commit b7a18f4

Please sign in to comment.