Apache Calcite

Clone this repo:
  1. ea7fb17 [CALCITE-7318] Execution fails when the JOIN ON condition contains references to columns from both the left and right sides by xiedeyantu · 3 days ago main
  2. bbd083f [CALCITE-7432] NumberFormatException when convert `NaN` literal to sql by krooswu · 8 days ago
  3. 174a79b [CALCITE-7259] Drop commons-lang3 dependency by guohongyu.7 · 10 days ago
  4. af6367d [CALCITE-7441] AggregateFilterToFilteredAggregateRule fails when WHERE condition is nullable by Stamatis Zampetakis · 9 days ago
  5. 5dffb84 Site: Add Zhen Chen as PMC by xiedeyantu · 9 days ago

Maven Central CI Status

Apache Calcite

Apache Calcite is a dynamic data management framework.

It contains many of the pieces that comprise a typical database management system but omits the storage primitives. It provides an industry standard SQL parser and validator, a customisable optimizer with pluggable rules and cost functions, logical and physical algebraic operators, various transformation algorithms from SQL to algebra (and the opposite), and many adapters for executing SQL queries over Cassandra, Druid, Elasticsearch, MongoDB, Kafka, and others, with minimal configuration.

For more details, see the home page.

The project uses JIRA for issue tracking. For further information, please see the JIRA accounts guide.