Skip to content

Commit 582e310

Browse files
committed
Remove unimplemented
1 parent 9bc6a47 commit 582e310

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

datafusion/sql/tests/sql_integration.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4207,10 +4207,6 @@ fn test_select_distinct_order_by() {
42074207
"SELECT id, number FROM person LATERAL VIEW explode(numbers) exploded_table AS number",
42084208
"This feature is not implemented: LATERAL VIEWS"
42094209
)]
4210-
#[case::select_qualify_unsupported(
4211-
"SELECT i, p, o FROM person QUALIFY ROW_NUMBER() OVER (PARTITION BY p ORDER BY o) = 1",
4212-
"This feature is not implemented: QUALIFY"
4213-
)]
42144210
#[case::select_top_unsupported(
42154211
"SELECT TOP (5) * FROM person",
42164212
"This feature is not implemented: TOP"

0 commit comments

Comments
 (0)