prestodb / presto

The official home of the Presto distributed SQL query engine for big data
http://prestodb.io
Apache License 2.0
16.06k stars 5.38k forks source link

SQL Grammar issue: rule queryNoWith contains an optional block with at least one alternative that can match an empty string #22274

Closed elharo closed 3 months ago

elharo commented 8 months ago

[WARNING] warning(154): com/facebook/presto/sql/parser/SqlBase.g4:231:0: rule queryNoWith contains an optional block with at least one alternative that can match an empty string [WARNING] /Users/elharo/presto/com/facebook/presto/sql/parser/SqlBase.g4 [231:0]: rule queryNoWith contains an optional block with at least one alternative that can match an empty string

rschlussel commented 3 months ago

Fixed by https://github.com/prestodb/presto/pull/22330