coral icon indicating copy to clipboard operation
coral copied to clipboard

Is there a way to bump up calcite to latest release of 1.37.0 or any recent version in line with linkedin 1.2x branch.

Open chrajeshbabu opened this issue 5 months ago • 0 comments

Coral can be used to not just convert the queries between the popular query engines like spark, hive and trino can be used get the optimized plans by applying all latest Rules implemented in calcite as well as make use of rewrite capabilities supported by calcite using materialized views etc. Current version does have very limited support of materialized view rewrite capabilities because of missing rules like these https://github.com/apache/calcite/blob/main/core/src/main/java/org/apache/calcite/rel/rules/CoreRules.java.

chrajeshbabu avatar Sep 24 '24 17:09 chrajeshbabu