Hello Eden, Traditionally our goal has been trying to have a release every 2-3 months, but sometimes we can't keep up with this ideal rhythm (we are all volunteers in this project). Considering our last release was in March, I can't guarantee anything, but probably around June we'll start the discussions in order to produce the next one.
Best, Ruben PS: If you haven't done it already, I'd suggest to subscribe to the Calcite dev mailing list to be informed about our community discussions :) https://calcite.apache.org/community/#mailing-lists On Wed, May 7, 2025 at 9:12 AM eden kiknadze <edenkiknadze2...@gmail.com> wrote: > Hey, > > I've been working on a project that involves parsing Trino queries using > Apache Calcite. While doing so, I encountered issues parsing Trino-style > DDL queries, such as: org.apache.calcite.sql.parser.ddl.ParseException: > Encountered "WITH" ... was expecting one of: <EOF> > > While researching, I came across PR #4249 > <https://github.com/apache/calcite/pull/4249>, which appears to add > support > for Trino-specific dialect features. This is exactly the functionality I > was hoping to use. > I noticed that Calcite’s last release was in March, and historically the > release cadence is every 5 months. I’m writing to ask whether there’s any > upcoming release planned that will include this PR, or if there’s a > recommended approach for using the Trino dialect support ahead of time. > > Thank you. >