I’ve filed CALCITE-5631 with the example in SQL and RelNode forms
https://issues.apache.org/jira/browse/CALCITE-5631
-Ian
Ian Bertolacci created CALCITE-5631:
---
Summary: Optimization to merge redundant joins
Key: CALCITE-5631
URL: https://issues.apache.org/jira/browse/CALCITE-5631
Project: Calcite
Issue Type: W
Hi,
We're utilizing Calcite's parser and need to customize it for a certain
dialect. In the past, we've just been keeping a fork of the parser and
making changes to the core template file. We wanted to try utilizing some
of the hooks that Calcite provides to ease the maintenance burden when
modify