[RESULT] [VOTE] Release Apache Camel 4.0.4

2024-02-01 Thread Gregor Zurowski
The vote passes with the following results: +1 binding: 9 (Alexandre Gallice, Andrea Cosentino, Babak Vahdat, Claus Ibsen, Gregor Zurowski, Jean-Baptiste Onofré, Jeremy Ross, Nicolas Filotto, Otavio Rodolfo Piske) +1 non-binding: 3 (Claudio Miranda, Gaëlle Fournier, Zheng Feng) I am going to publ

[ANNOUNCE] Apache Camel 4.0.4 (LTS) Release

2024-02-01 Thread Gregor Zurowski
The Camel PMC is pleased to announce the release of Apache Camel 4.0.4. Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. This is a patch release with 23 improvements and fixes. For more details ple

Re: Joint OGC / ASF / OSGeo codesprint in 3 weeks

2024-02-01 Thread Charles Givre
Hi Martin, Thanks for sending. I'd love for Drill to be included in this. I have a question for you. A while ago, I started work on a collection of UDFs for interacting with H3 Geo Indexes. I'm not an expert on this but would this be useful? Here's the repo: https://github.com/datadistillr

Re: Joint OGC / ASF / OSGeo codesprint in 3 weeks

2024-02-01 Thread Jia Yu
Hi Charles, This is Jia Yu from Apache Sedona. I think what you did is fantastic. As a project of this Joint codespring, I am proposing to implement a comprehensive set of spatial functions to Apache Drill using Apache Sedona. Apache Sedona has implemented over 130 ST functions and a high-perform

Re: Joint OGC / ASF / OSGeo codesprint in 3 weeks

2024-02-01 Thread Bertil Chapuis
Hello Jia and Charles, I'm really interested in this topic as well. Apache Calcite transitionned from ESRI Geometry to JTS, and many ST functions have been implemented there as well [1, 2, 3]. Sharing experiences and code could benefit all projects. I haven’t looked into the details of each pro

Re: Joint OGC / ASF / OSGeo codesprint in 3 weeks

2024-02-01 Thread Jia Yu
Hi Bertil, This is awesome. However, although Flink depends on Calcite, the SpatialType does not seem to be supported by Flink (based on my test last year). Not sure if this works for Drill. Please correct me if I'm wrong. On a side note, why don't we implement all geometric computation logics in

Re: Joint OGC / ASF / OSGeo codesprint in 3 weeks

2024-02-01 Thread Bertil Chapuis
Hi Jia, > This is awesome. However, although Flink depends on Calcite, the > SpatialType does not seem to be supported by Flink (based on my test > last year). Not sure if this works for Drill. Please correct me if I'm > wrong. This may be related to the version of calcite used by Flink (1.32) [1