Skip to content

Commit

Permalink
Add negative test for SORT BY (#5254)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Feb 12, 2023
1 parent 4be5610 commit f75d25f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datafusion/core/tests/sqllogictests/test_files/order.slt
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ ORDER BY time;
2 2022-01-01T01:00:00
3 2022-01-02T00:00:00

## SORT BY is not supported
statement error DataFusion error: This feature is not implemented: SORT BY
select * from t SORT BY time;

## Cleanup
statement ok
Expand Down

0 comments on commit f75d25f

Please sign in to comment.