Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Oct 13, 2024
1 parent 93fc72f commit e8e7528
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/sql_battery/test_shapes_and_errors_battery.py
Original file line number Diff line number Diff line change
Expand Up @@ -1718,7 +1718,6 @@
("SHOW CREATE TABLE mission_reports", 1, 1, UnsupportedSyntaxError),

("SELECT name FROM (SELECT MD5(name) AS hash, name FROM $planets) AS S", 9, 1, None),
("SELECT SLEEP(1)", 1, 1, UnsupportedSyntaxError),

# Edge Case with Empty Joins
("SELECT * FROM $planets LEFT JOIN (SELECT id FROM $satellites WHERE planetId < 0) AS S ON $planets.id = S.id", 9, 21, None),
Expand Down

0 comments on commit e8e7528

Please sign in to comment.