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.
