[jira] [Created] (CALCITE-5025) Update commons-io:commons-io Directory Travesal vulnerabliltiy

2022-02-26 Thread Scott Reynolds (Jira)
Scott Reynolds created CALCITE-5025: --- Summary: Update commons-io:commons-io Directory Travesal vulnerabliltiy Key: CALCITE-5025 URL: https://issues.apache.org/jira/browse/CALCITE-5025 Project:

Re: [DISCUSS] Release Managers

2022-02-26 Thread Stamatis Zampetakis
Thanks everyone! Here is the list filled in for future reference: 1.30.0 Liya Fan 1.31.0 Andrei Sereda (switched with Liya) 1.32.0 Jess Balint 1.33.0 Julian Hyde 1.34.0 Duan Xiong Best, Stamatis On Fri, Feb 25, 2022 at 2:07 AM xiong duan wrote: > Hi Stamatis, >I can release the 1.34 > >

Re: [DISCUSS] Towards Calcite 1.30.0

2022-02-26 Thread Stamatis Zampetakis
Many thanks Liya. Let's proceed like this then! Let us know when it would be the best time for you to cut the first release candidate so that we plan appropriately and get some PRs inside. Best, Stamatis On Fri, Feb 25, 2022 at 7:03 AM Fan Liya wrote: > Sure. If Andrei is not available, I

Re: calcite multi-threading problem

2022-02-26 Thread Stamatis Zampetakis
Calcite is already using janino 3.1.6 since version 1.28.0 [1]. As pointed out in every release note compatibility with other libraries is guaranteed only for those versions mentioned in the respective section and gradle.properties. In other words, the only version of Janino that is supposed to

Re: calcite multi-threading problem

2022-02-26 Thread Julian Hyde
To repeat, it would help if there were a Jira case. I don’t want to debug problems with janino 3.1.6 unless I know why we’re upgrading to 3.1.6. Also, we have a duty to reduce volume on the dev list. > On Feb 25, 2022, at 7:19 PM, xiaobo wrote: > > Hi Gavin and Julian, > Thanks for your help,

Where in Calcite do I add support for decoding more types from JDBC results? JavaTypeFactoryImpl?

2022-02-26 Thread Gavin Ray
I am trying to fix an error that occurs when de-serializing Avatica ResultSets that contains rows of type "PGObject": https://jdbc.postgresql.org/documentation/publicapi/org/postgresql/util/PGobject.html "PGobject is a class used to describe unknown types An unknown type is any type that is