This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a change to branch site
in repository https://gitbox.apache.org/repos/asf/calcite.git.
discard 98b61a4 Site: Fix links to javadoc
discard bca73e2 Add 1.22.0 release announcement
add 4bd1328 Add 1.22.0 release announcement
add ebc5070 Site: Fix links to javadoc
add e9d302f [CALCITE-3837] AntiJoin with empty right input can always be
transformed as its left input
add 3c70ca4 [CALCITE-3820] EnumerableDefaults#orderBy should be lazily
computed + support enumerator re-initialization
add bfde14b [CALCITE-3828] MergeJoin throws NPE in case of null keys
add 200a136 [CALCITE-3809] RexSimplify simplifies nondeterministic
function incorrectly
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (98b61a4)
\
N -- N -- N refs/heads/site (200a136)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../apache/calcite/rel/rules/PruneEmptyRules.java | 7 +-
.../java/org/apache/calcite/rex/RexAnalyzer.java | 6 +-
.../org/apache/calcite/rex/RexInterpreter.java | 12 +++
.../java/org/apache/calcite/rex/RexSimplify.java | 2 +-
.../org/apache/calcite/rex/RexProgramTest.java | 18 ++++
.../apache/calcite/runtime/EnumerablesTest.java | 100 ++++++++++++++++-----
.../org/apache/calcite/test/RelOptRulesTest.java | 2 +-
.../test/enumerable/EnumerableJoinTest.java | 80 +++++++++++++++++
.../org/apache/calcite/test/RelOptRulesTest.xml | 4 +-
.../apache/calcite/linq4j/EnumerableDefaults.java | 38 ++++++--
10 files changed, 223 insertions(+), 46 deletions(-)