calcite git commit: [CALCITE-2002] DISTINCT applied to VALUES returns wrong result (Zhen Wang)

2018-02-22 Thread jhyde
Repository: calcite Updated Branches: refs/heads/master aa25dcbe5 -> fb0703681 [CALCITE-2002] DISTINCT applied to VALUES returns wrong result (Zhen Wang) We were incorrectly computing uniqueness of columns from a Values relational expression. Close apache/calcite#633 Close apache/calcite#632

calcite git commit: [CALCITE-2189] RelMdAllPredicates fast bail out creates mismatch with RelMdTableReferences

2018-02-22 Thread jcamacho
Repository: calcite Updated Branches: refs/heads/master fb0703681 -> 47c49c9c6 [CALCITE-2189] RelMdAllPredicates fast bail out creates mismatch with RelMdTableReferences Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit

[1/3] calcite git commit: Remove calls to Throwables.propagate (deprecated in Guava-20 and higher)

2018-02-22 Thread jhyde
Repository: calcite Updated Branches: refs/heads/master 47c49c9c6 -> 37a83b102 Remove calls to Throwables.propagate (deprecated in Guava-20 and higher) Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/37a83b10 Tree: htt

[2/3] calcite git commit: [CALCITE-2185] Increase coverage of unit tests for SparkAdapter (Alessandro Solimando)

2018-02-22 Thread jhyde
[CALCITE-2185] Increase coverage of unit tests for SparkAdapter (Alessandro Solimando) Close apache/calcite#629 Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/9ee4edac Tree: http://git-wip-us.apache.org/repos/asf/calcit

[3/3] calcite git commit: [CALCITE-2183] Implement RelSubset.copy (Alessandro Solimando)

2018-02-22 Thread jhyde
[CALCITE-2183] Implement RelSubset.copy (Alessandro Solimando) Before this fix, during the trim fields phase of query preparation RelSubset.copy would throw UnsupportedOperationException. This would only occur if the root was a registered RelSubset, which only occurred if the root had previously b