SqlParser Lexical State

2024-06-02 Thread Yogendra Sharma
Hello, I am using Calcite 1.36; and I stumbled upon an issue and seeking some explanation on the code below in Calcite: While instantiating SqlParser, the constructor has following line: parser.switchTo(SqlAbstractParserImpl.LexicalState.forConfig(config)); Essentially it tries to acquire an i

Re: SqlParser Lexical State

2024-06-02 Thread Julian Hyde
It is not supposed to work for Quoting.SINGLE. I don’t know any SQL dialect where identifiers (table and column names and such) are enclosed in single quotes (apostrophes) so why should we support that? Julian > On Jun 2, 2024, at 3:59 PM, Yogendra Sharma wrote: > > Hello, > > I am usin

[jira] [Created] (CALCITE-6425) Attributes

2024-06-02 Thread Julian Hyde (Jira)
Julian Hyde created CALCITE-6425: Summary: Attributes Key: CALCITE-6425 URL: https://issues.apache.org/jira/browse/CALCITE-6425 Project: Calcite Issue Type: Improvement Reporter: