Build failed in Jenkins: Calcite » Calcite-snapshots #259

2022-10-25 Thread Apache Jenkins Server
See Changes: [Julian Hyde] [CALCITE-5197] Bump gradle to 7.4.2 -- [...truncated 264.22 KB...]

[jira] [Created] (CALCITE-5347) Add 'SELECT ... BY', a syntax extension to eliminate duplicates and sort

2022-10-25 Thread Julian Hyde (Jira)
Julian Hyde created CALCITE-5347: Summary: Add 'SELECT ... BY', a syntax extension to eliminate duplicates and sort Key: CALCITE-5347 URL: https://issues.apache.org/jira/browse/CALCITE-5347 Project:

Re: Support for type aliases

2022-10-25 Thread Benchao Li
Calcite's parser has an extension point to let you add your custom types[1]. I know that Flink has done the similar thing using this ability[2], which you can take a look at. [1]

Support for type aliases

2022-10-25 Thread Will Noble
I filed CALCITE-5346 but was hoping to get some input on the idea before looking into the implementation myself. Some dialects of SQL, like BigQuery, use non-standard type names, e.g. STRING instead of VARCHAR. We would like to easily support

Deploying Avatica behind a load balancer and sessionless requests

2022-10-25 Thread TJ Banghart
Hello, Has anyone had success deploying Avatica behind a load balancer? If so, are there any recommended best practices for binding client requests to a particular Avatica server? As one might expect, the simple round-robin load balancer I am using is routing requests to servers that are unaware

[jira] [Created] (CALCITE-5346) Support for type aliases

2022-10-25 Thread Will Noble (Jira)
Will Noble created CALCITE-5346: --- Summary: Support for type aliases Key: CALCITE-5346 URL: https://issues.apache.org/jira/browse/CALCITE-5346 Project: Calcite Issue Type: New Feature

Re: Interval value first field scale

2022-10-25 Thread Benchao Li
According to the SQL standard (SQL 2011: 4.6.3 section): Within a value of type interval, the first field is constrained only by the > of the associated . > Table 6, “Valid values for fields in INTERVAL values”, specifies the con- > straints on subsequent field values. > ::= > For the

Build failed in Jenkins: Calcite » Calcite-snapshots #258

2022-10-25 Thread Apache Jenkins Server
See Changes: [Benchao Li] [CALCITE-5299] JDBC adapter sometimes adds unnecessary parentheses around SELECT in WITH body -- [...truncated 804.92 KB...]

[jira] [Created] (CALCITE-5345) UnionPullUpConstantsRule could also pull up constants requiring a cast

2022-10-25 Thread Alessandro Solimando (Jira)
Alessandro Solimando created CALCITE-5345: - Summary: UnionPullUpConstantsRule could also pull up constants requiring a cast Key: CALCITE-5345 URL: https://issues.apache.org/jira/browse/CALCITE-5345

Re: Migrating away from Travis-CI

2022-10-25 Thread Alessandro Solimando
+1, and as discussed under CALCITE-5306 , it would be probably a good idea to retire AppVeyor too as ORC did with success (possibly in a

Re: Migrating away from Travis-CI

2022-10-25 Thread Ruben Q L
+1 On Tue, Oct 25, 2022 at 2:31 AM Benchao Li wrote: > +1, thanks Francis for driving this. > > Julian Hyde 于2022年10月25日周二 07:57写道: > > > +1 > > > > > On Oct 24, 2022, at 3:49 PM, Francis Chuang > > wrote: > > > > > > Travis will no longer be available for ASF projects at the end of 2022. >