The Apache Calcite PMC is pleased to announce Apache Calcite release 1.8.0.
This release adds adapters for Elasticsearch and Druid. It is also now easier to make a JDBC connection based upon a single adapter.
There are several new SQL features: UNNEST
with
multiple arguments,
MAP arguments
and with a JOIN;
a DESCRIBE statement;
and a TRANSLATE
function like the one in Oracle and PostgreSQL.
We also added support for
SELECT without FROM
(equivalent to the VALUES
clause, and widely used in MySQL and PostgreSQL),
and added a
conformance
parameter to allow you to selectively enable this and other SQL features.
And, as usual, there are a couple of dozen bug-fixes and enhancements to planner rules and APIs.
See the release notes; download the release.