julianhyde commented on PR #3477: URL: https://github.com/apache/calcite/pull/3477#issuecomment-1771346253
@mihaibudiu It is not just a keyword, it is a reserved keyword. The list of reserved keywords is intentionally kept small. If we change the parser for reserved keywords in particular contexts the parser will turn into mush of special cases. For the record I don't think quoting `OFFSET` is too bad. To my ears, `OFFSETSIZE` is a tautology. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
