Skip to content

Commit

Permalink
add the fail reason
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal committed Aug 13, 2024
1 parent 5e24932 commit 74cc393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datafusion/sqllogictest/test_files/window.slt
Original file line number Diff line number Diff line change
Expand Up @@ -3929,6 +3929,7 @@ b 1 3
a 1 4
b 5 5

# Schema error: No field named aggregate_test_100.c1. Valid fields are rn.
statement error
SELECT *
FROM (SELECT c1, c2, ROW_NUMBER() OVER(PARTITION BY c1) as rn
Expand Down

0 comments on commit 74cc393

Please sign in to comment.