Jenkins build is back to normal : Calcite » Calcite-snapshots #197

2022-08-03 Thread Apache Jenkins Server
See

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

2022-08-03 Thread Apache Jenkins Server
See Changes: [25229979+asereda-gs] [CALCITE-5096] Increase gradle build heap size from 512m to 1g [25229979+asereda-gs] [CALCITE-5096] Release Calcite 1.31.0 [25229979+asereda-gs]

Re: Calcite Release 1.31 started

2022-08-03 Thread Andrei Sereda
1.31 has been released. You can resume dev work on the main branch. Thanks for your patience. On Wed, Jul 20, 2022 at 2:52 AM Andrei Sereda wrote: > Hello, > > I'm starting the Calcite 1.31 release. Main branch will be frozen until > completion. > > Please avoid committing anything to main

[jira] [Created] (CALCITE-5226) Resolve security Vuln in Commons-DBCP

2022-08-03 Thread Scott Reynolds (Jira)
Scott Reynolds created CALCITE-5226: --- Summary: Resolve security Vuln in Commons-DBCP Key: CALCITE-5226 URL: https://issues.apache.org/jira/browse/CALCITE-5226 Project: Calcite Issue Type:

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

2022-08-03 Thread Apache Jenkins Server
See Changes: [25229979+asereda-gs] Prepare for next development iteration -- [...truncated 5.02 KB...] > Task :buildSrc:compileTestKotlin NO-SOURCE > Task

Re: Calcite Release 1.31 started

2022-08-03 Thread Michael Mior
Thanks for all your work Andrei! -- Michael Mior mm...@apache.org On Wed, Aug 3, 2022 at 12:44 PM Andrei Sereda wrote: > 1.31 has been released. > > You can resume dev work on the main branch. > > Thanks for your patience. > > > On Wed, Jul 20, 2022 at 2:52 AM Andrei Sereda wrote: > > >

Re: Calcite Release 1.31 started

2022-08-03 Thread Gavin Ray
Hooray!! On Wed, Aug 3, 2022 at 2:34 PM Michael Mior wrote: > Thanks for all your work Andrei! > > -- > Michael Mior > mm...@apache.org > > > On Wed, Aug 3, 2022 at 12:44 PM Andrei Sereda wrote: > > > 1.31 has been released. > > > > You can resume dev work on the main branch. > > > > Thanks

Percentile_Disc return type

2022-08-03 Thread Itiel Sadeh
Hello, First of all I just wanted to thank all of you for the work you are doing on Calcite. We want to add support for the percentile_disc aggregate function, but we encounter a problem. Our percentile_disc return type is dependent on the column of the "order by" clause (just like postgresql

Re: Calcite Release 1.31 started

2022-08-03 Thread Julian Hyde
Sure enough, GitHub’s dependabot has already noticed the release and prompted me to upgrade to it [1]. Many thanks for being release manager, Andrei. It’s a lot of work, but a steady release cadence is vital to keeping the community engaged and the product secure. Julian [1]

Re: Calcite Release 1.31 started

2022-08-03 Thread Benchao Li
Thanks Andrei for being the RM for 1.31.0 Gavin Ray 于2022年8月4日周四 02:46写道: > Hooray!! > > On Wed, Aug 3, 2022 at 2:34 PM Michael Mior wrote: > > > Thanks for all your work Andrei! > > > > -- > > Michael Mior > > mm...@apache.org > > > > > > On Wed, Aug 3, 2022 at 12:44 PM Andrei Sereda wrote:

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: Calcite Release 1.31 started

2022-08-03 Thread Charles Givre
Thanks Andrei and Calcite team for 1.31! From the Drill community we are very excited about this release as we have been working on a PR to get Drill back on the main version of Calcite. (https://github.com/apache/drill/pull/2602 ) We've been testing

HELP !

2022-08-03 Thread yangxiaochen
Error: No match found for function signature TO_CHAR() BACKGROUND: I want to implement a function that can suffice for parsing and validating complex Oracle SQL. But I encountered some Oracle functions and keywords that are not supported during development, I don't know how to do it!