Hello developers, To support these statements as part of Apache Drill's SQL parser extension:
ALTER SESSION RESET `option name` ALTER SYSTEM RESET `option name` ALTER SESSION RESET ALL ALTER SYSTEM RESET ALL I added the required implementation files, including changes to the config file (keywords, statementParserMethods fields). However, I get a ParseException because the parser resolves to SetSqlOption statement, which I assume is due to a lookahead of 2. How do I go about resolving this? Thank you, Sudheesh
