calcite git commit: [CALCITE-538] Improve re-compilation times by skipping parser.java update on each build

2018-09-16 Thread vladimirsitnikov
Repository: calcite Updated Branches: refs/heads/master 001a8fd37 -> ffd947fc9 [CALCITE-538] Improve re-compilation times by skipping parser.java update on each build fmpp-maven-plugin updated SqlParserImpl.java on each build even in case the file was not modified. It causes

calcite git commit: [CALCITE-2558] Improve re-compilation times by skipping parser.java update on each build [Forced Update!]

2018-09-16 Thread vladimirsitnikov
Repository: calcite Updated Branches: refs/heads/master ffd947fc9 -> 79a175271 (forced update) [CALCITE-2558] Improve re-compilation times by skipping parser.java update on each build fmpp-maven-plugin updated SqlParserImpl.java on each build even in case the file was not modified. It causes

calcite git commit: [CALCITE-2563] Materialized view rewriting may swap columns in equivalent classes incorrectly

2018-09-16 Thread jcamacho
Repository: calcite Updated Branches: refs/heads/master 4b4d8037c -> 5f8c06f03 [CALCITE-2563] Materialized view rewriting may swap columns in equivalent classes incorrectly Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit:

calcite git commit: [CALCITE-2559] Update Checkstyle to 7.8.2

2018-09-16 Thread vladimirsitnikov
Repository: calcite Updated Branches: refs/heads/master 79a175271 -> 4b4d8037c [CALCITE-2559] Update Checkstyle to 7.8.2 It catches violations better and it caches validation results, so repeated validations are faster Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit:

calcite git commit: [CALCITE-2546] Reduce precision of Profiler's surprise and cardinality attributes to avoid FP discrepancies (Alisha Prabhu)

2018-09-16 Thread jhyde
Repository: calcite Updated Branches: refs/heads/master 5f8c06f03 -> 337f24797 [CALCITE-2546] Reduce precision of Profiler's surprise and cardinality attributes to avoid FP discrepancies (Alisha Prabhu) Until this change, running ProfilerTest on PowerPC gave different results due to