Re: Parsing multiple SQL statements using Calcite

2022-01-27 Thread Laksh Singla
Julian > > > [1] https://issues.apache.org/jira/browse/CALCITE-2453 < > https://issues.apache.org/jira/browse/CALCITE-2453>. > > > > On Jan 20, 2022, at 8:23 PM, Laksh Singla wrote: > > > > Hi, > > > > I was wondering if there's a way to p

Parsing multiple SQL statements using Calcite

2022-01-20 Thread Laksh Singla
Hi, I was wondering if there's a way to parse multiple SQL statements in Calcite. In the reference grammar, there is a "statementList" production rule which allows for parsing multiple statements. However, in the Calcite's code, I didn't find any usage of the method "SqlNodeList parseStmtList"

Help with extending the Calcite grammar

2022-01-04 Thread Laksh Singla
Hi, I am relatively a newcomer to the Calcite project and was exploring ways to extend Calcite's grammar. I have gone through the provided test cases and some examples where the grammar is modified. I was facing difficulty in adding custom clauses to the end of a pre-existing grammar rule. In

Re: (CALCITE-4121) Passing connection properties from URL to OpenConnectionRequest.

2021-11-17 Thread Laksh Singla
is *lakshsingla*. Thanks and regards Laksh Singla On Mon, Nov 15, 2021 at 11:59 AM Laksh Singla wrote: > Hi all > > I am interested in raising a PR for the issue CALCITE-4121. The fix seems > small enough - Using ConnectStringParser.parse(...) to extract parameters > from the URL

(CALCITE-4121) Passing connection properties from URL to OpenConnectionRequest.

2021-11-15 Thread Laksh Singla
on how to do the same. Thanks With best regards Laksh Singla [1] https://issues.apache.org/jira/browse/CALCITE-4121