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

[calcite] branch master updated (8f1fabb -> f12e2d6)

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

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


    from 8f1fabb  Following [CALCITE-4115], add expected tokens to the error message
     add f12e2d6  [CALCITE-4116] Remove unused code for tracking RexNode's nullable state in codegen

No new revisions were added by this update.

Summary of changes:
 .../enumerable/EnumerableAggregateBase.java        |  3 +-
 .../adapter/enumerable/NestedBlockBuilder.java     | 23 +----------
 .../adapter/enumerable/NestedBlockBuilderImpl.java | 45 +---------------------
 .../adapter/enumerable/RexToLixTranslator.java     |  5 ---
 .../adapter/enumerable/StrictAggImplementor.java   | 10 +----
 .../enumerable/impl/WinAggResultContextImpl.java   |  3 +-
 .../apache/calcite/interpreter/AggregateNode.java  |  3 +-
 7 files changed, 7 insertions(+), 85 deletions(-)