Apache Calcite

Clone this repo:
  1. 265059f Test cases for [CALCITE-6299] Support JOIN in Arrow adapter by xuzifu666 · 3 days ago main
  2. bda5286 [CALCITE-7486] Operators in `MATCH_RECOGNIZE` don't support `SqlLiterals` by Sergey Nuyanzin · 4 days ago
  3. 915c769 [CALCITE-7465] Make `MATCH_RECOGNIZE` tolerant to `FINAL` and `RUNNING` non function `MEASURES` by Sergey Nuyanzin · 6 days ago
  4. 02d8003 [CALCITE-6757] Elasticsearch adapter returns wrong result when aggregating sub-query with aggregation by xuzifu666 · 7 days ago
  5. 8a7ee97 [CALCITE-7483] RelToSqlConverter generates SELECT * despite supportGenerateSelectStar by Alessandro Solimando · 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.