You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
chrajeshbabu
changed the title
Is there a way to bump up calcite to latest release of 1.37.0 or 1.29.0 in line with linked in 1.2x branch.
Is there a way to bump up calcite to latest release of 1.37.0 or any recent version in line with linked in 1.2x branch.
Sep 24, 2024
chrajeshbabu
changed the title
Is there a way to bump up calcite to latest release of 1.37.0 or any recent version in line with linked in 1.2x branch.
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.
Sep 24, 2024
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.
The text was updated successfully, but these errors were encountered: