Re: Summary of experience using Calcite

2022-08-04 Thread Sandeep N
you plan to make your system more complicated, I > would recommend you to keep Apache Calcite in mind still. > > Regards, > Vladimir. > > чт, 4 авг. 2022 г. в 04:42, Sandeep N : > > > Hi all, > > > > I wanted to share my experience with one of the current proj

Summary of experience using Calcite

2022-08-03 Thread Sandeep N
Hi all, I wanted to share my experience with one of the current projects that I tried to use Calcite with and through this experience hope to shed light on some of the challenges I ran into and share my thoughts on how they could be addressed. Apologies for the long drawn explanation but I think

Re: SQL column names - double quoted

2022-05-28 Thread Sandeep N
mplemented such a feature at some point. (I forget.) If so it > should generate nice-looking sql with a little extra effort configuring the > writer. > > Julian > > > On May 26, 2022, at 19:32, Sandeep N wrote: > > > > Thank you Yanjing, that fix addressed it.

Re: SQL column names - double quoted

2022-05-26 Thread Sandeep N
Thank you Yanjing, that fix addressed it. --Sandeep On Thu, May 26, 2022 at 5:33 PM Yanjing Wang wrote: > Hi Sandeep, > > try select.toSqlString(new > > AnsiSqlDialect(AnsiSqlDialect.DEFAULT_CONTEXT.withIdentifierQuoteString(""))).getSql(). > > Sandeep N

Re: SQL column names - double quoted

2022-05-26 Thread Sandeep N
amatis > > [1] > > https://github.com/apache/calcite/blob/9bdfd9a178f493b235d8785afd94fd0c998e8cce/core/src/main/java/org/apache/calcite/sql/SqlDialect.java#L1408 > [2] > > https://github.com/zabetak/calcite/commit/ea18d28f4fb44113c414c393fe28fc94b3eecc29 > > On Thu, May 26, 2022 at 9:18 PM Sandeep

SQL column names - double quoted

2022-05-26 Thread Sandeep N
Hi all, I am pretty aware that this question may have been asked before as I have found references on stackoverflow but have yet to stumble on a response which lays out the path on solving this. Here is the problem I am facing - I am using relational algebra to generate SQL on a table test_table