Apache Calcite

Clone this repo:
  1. 3488a78 [CALCITE-7289] Select NULL subquery throwing exception by Mihai Budiu · 11 days ago main
  2. 860ec68 [CALCITE-7302] Infinite loop with JoinPushTransitivePredicatesRule by xiedeyantu · 4 days ago
  3. 14d6281 Add tests for [CALCITE-6985] to verify AggregateMinMaxToLimitRule handles empty tables correctly by xiedeyantu · 3 days ago
  4. a096c8f [CALCITE-6963] SqlToRelConverter fails when subquery is in join on clause by xiedeyantu · 5 days ago
  5. 37a3ecc [CALCITE-5465] Rule of AGGREGATE_EXPAND_DISTINCT_AGGREGATES produces an incorrect plan when sql has distinct agg-call with rollup by xiedeyantu · 4 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.