Skip to content

Commit

Permalink
remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed May 2, 2024
1 parent c1b706e commit 6d6b787
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions datafusion/sqllogictest/test_files/window.slt
Original file line number Diff line number Diff line change
Expand Up @@ -4809,13 +4809,6 @@ as values
('b', make_array(4, 5, 6)),
('c', make_array(7, 8, 9));

query T?
SELECT column1, column2 FROM array_data ORDER BY column1;
----
a [1, 2, 3]
b [4, 5, 6]
c [7, 8, 9]

query T??
SELECT
column1,
Expand Down

0 comments on commit 6d6b787

Please sign in to comment.