You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by vl...@apache.org on 2020/01/02 19:07:32 UTC

[calcite] branch master updated (9d3862c -> 7dcceee)

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.


    from 9d3862c  [CALCITE-3655] SortJoinTransposeRule must not push sort into Project that contains OVER expressions
     add 7dcceee  [CALCITE-3666] Refine RelMdColumnUniqueness and RelMdUniqueKeys for Calc

No new revisions were added by this update.

Summary of changes:
 .../rel/metadata/RelMdColumnUniqueness.java        |  23 ++++-
 .../calcite/rel/metadata/RelMdUniqueKeys.java      |  85 +++++++++++------
 .../org/apache/calcite/test/RelMetadataTest.java   | 102 ++++++++++++++++++---
 3 files changed, 165 insertions(+), 45 deletions(-)