Backend Development 2 min read

Apache Calcite 1.25.0 Released with Spatial Functions and SQL Interval Support

Apache Calcite 1.25.0, a dynamic data management framework for Hadoop, has been released, introducing support for spatial functions and SQL interval expressions, removing deprecated methods from the previous version, and providing updated Maven dependency coordinates for the core library.

Laravel Tech Community
Laravel Tech Community
Laravel Tech Community
Apache Calcite 1.25.0 Released with Spatial Functions and SQL Interval Support

Apache Calcite is a dynamic data management framework for the Hadoop platform.

Apache Calcite 1.25.0 has been released. Calcite is a dynamic data management framework that supports many front‑end languages and back‑end data engines, includes a SQL parser, and is a sub‑project of the Avatica JDBC driver.

This version, released one month after 1.24.0, removes previously deprecated methods and adds support for spatial functions and SQL interval expressions.

Dependency update:

<dependency>
    <groupId>org.apache.calcite</groupId>
    <artifactId>calcite-core</artifactId>
    <version>1.25.0</version>
</dependency>
SQLBackend Developmentdata managementHadoopApache Calcite
Laravel Tech Community
Written by

Laravel Tech Community

Specializing in Laravel development, we continuously publish fresh content and grow alongside the elegant, stable Laravel framework.

0 followers
Reader feedback

How this landed with the community

login Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.