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

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


    from 38e3c30  [CALCITE-2977] Exception is not thrown when there are 
ambiguous field in select list
     new 53561d2  [CALCITE-1338] JoinProjectTransposeRule should not pull a 
literal up through the null-generating side of a join (Chunwei Lei)
     new 9538374  [CALCITE-2991] getMaxRowCount should return 1 for an 
Aggregate with constant keys (Vineet Garg)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../main/java/org/apache/calcite/plan/Strong.java  |  32 ++++
 .../calcite/rel/metadata/RelMdMaxRowCount.java     |  24 +++
 .../rel/rules/JoinProjectTransposeRule.java        |  13 ++
 .../org/apache/calcite/test/RelMetadataTest.java   |  11 ++
 .../org/apache/calcite/test/RelOptRulesTest.java   | 103 ++++++++++-
 .../org/apache/calcite/test/RelOptRulesTest.xml    | 201 ++++++++++++++++++++-
 6 files changed, 379 insertions(+), 5 deletions(-)

Reply via email to