uber / queryparser

Parsing and analysis of Vertica, Hive, and Presto SQL.
MIT License
1.08k stars 147 forks source link

Support parenthesized relation #62

Closed nooberfsh closed 2 years ago

nooberfsh commented 2 years ago

The code below does not parse in Presto :

select a, b
from (t1 cross join t2)

With parenthesized relation, we can fix this.

nooberfsh commented 2 years ago

r? @h4v0kh3l1

h4v0kh3l1 commented 2 years ago

Looks like at long last, the cleanup bot has removed my write access. Your best bet might be to fork this repo.

@dlthomas are you still active with queryparser? I think me losing write access means that this repo is frozen, and I don't think anyone else with uber open source is maintaining this repo.