You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by da...@apache.org on 2019/11/25 07:15:53 UTC

[calcite] branch master updated (a3c8a1b -> ed4c3cc)

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

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


    from a3c8a1b  [CALCITE-3454] Support Exchange, SetOp and TableModify for builtin metadata query (xy2953396112)
     add ed4c3cc  [CALCITE-3531] AggregateProjectPullUpConstantsRule should not remove deterministic function group key if the function is dynamic

No new revisions were added by this update.

Summary of changes:
 .../rules/AggregateProjectPullUpConstantsRule.java |  2 +-
 .../main/java/org/apache/calcite/rex/RexUtil.java  | 10 +++++---
 .../java/org/apache/calcite/sql/SqlOperator.java   |  4 +--
 .../org/apache/calcite/test/RelOptRulesTest.java   | 14 +++++++++++
 .../org/apache/calcite/test/RelOptRulesTest.xml    | 29 ++++++++++++++++++++++
 5 files changed, 53 insertions(+), 6 deletions(-)