uber / queryparser

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

Fixing single variable printing parsing #31

Closed evgshapiro closed 6 years ago

evgshapiro commented 6 years ago

This fixes the parsing of a single variable statement: SET mapreduce.job.queuename;.

evgshapiro commented 6 years ago

@h4v0kh3l1 can you please merge this?

evgshapiro commented 6 years ago

@h4v0kh3l1 ping

h4v0kh3l1 commented 6 years ago

And merged. Thanks for your patience, time has been tight lately.