Skip to content

Commit

Permalink
test: update tests now that the fixes are working
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedld committed Oct 15, 2024
1 parent 8c59264 commit e45782c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion datafusion/sqllogictest/test_files/metadata.slt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ NULL NULL l_bar



statement error DataFusion error: Internal error: Physical input schema should be the same as the one converted from logical input schema..
query P rowsort
SELECT ts
FROM ((
SELECT now() AS ts
Expand All @@ -137,6 +137,8 @@ FROM ((
GROUP BY ts
ORDER BY ts
LIMIT 1;
----
2020-09-08T13:42:29.190855123Z


statement ok
Expand Down

0 comments on commit e45782c

Please sign in to comment.