calcite git commit: [CALCITE-2190] Extend SubstitutionVisitor.splitFilter to cover different order of operands

2018-02-23 Thread jcamacho
Repository: calcite Updated Branches: refs/heads/master a1fe76911 -> 89f25e221 [CALCITE-2190] Extend SubstitutionVisitor.splitFilter to cover different order of operands Close apache/calcite#635 Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit:

calcite git commit: [CALCITE-2081] Query with windowed aggregates under both sides of a JOIN throws NullPointerException (Zhen Wang)

2018-02-23 Thread jhyde
Repository: calcite Updated Branches: refs/heads/master 37a83b102 -> a1fe76911 [CALCITE-2081] Query with windowed aggregates under both sides of a JOIN throws NullPointerException (Zhen Wang) Fixed by introducing a counter so that the two windows would have distinct variable names in

calcite git commit: [CALCITE-2179] General improvements for materialized view rewriting rule

2018-02-23 Thread jcamacho
Repository: calcite Updated Branches: refs/heads/master 89f25e221 -> 353a8be07 [CALCITE-2179] General improvements for materialized view rewriting rule * Addendum to create references based on input node type during the rewriting (may prevent difference in nullability issues) Project: