Skip to content

Commit

Permalink
[MINOR] Delete useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
caicancai authored and mihaibudiu committed Dec 20, 2023
1 parent 48b7922 commit 6d13246
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7140,7 +7140,6 @@ private static Consumer<List<? extends Throwable>> checkWarnings(

@Test void testParensInFrom() {
// UNNEST may not occur within parentheses.
// FIXME should fail at "unnest"
sql("select *from (^unnest(x)^)")
.fails("Expected query or join");

Expand Down

0 comments on commit 6d13246

Please sign in to comment.