This is an automated email from the ASF dual-hosted git repository.
tanner pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
omit 39e5c764e7 [CALCITE-5708] SUBSTRING validation error if any parameter
is a NULL literal
omit a0f16e70f0 [CALCITE-5816] Only return left-hand table columns when
validate LEFT SEMI JOIN query
omit 5981ab6b41 [CALCITE-5798] Improve simplification of '(x < y) IS NOT
TRUE' when x and y are not nullable
omit d1a12bb6f4 [CALCITE-5711] Implement the SINGLE_VALUE aggregation in
PostgreSQL Dialect
omit c0f2e9b50e [CALCITE-5727] RelOptFixture#checkUnchanged should assert
planAfter is not present
omit 301f770a66 Prevent overflow in substring length computation
new 1dd1b4ac85 [CALCITE-5810] Prevent overflow in substring length
computation
new b94917883c [CALCITE-5727] RelOptFixture#checkUnchanged should assert
planAfter is not present
new 362cc566ed [CALCITE-5711] Implement the SINGLE_VALUE aggregation in
PostgreSQL Dialect
new 7e1e0298cb [CALCITE-5798] Improve simplification of '(x < y) IS NOT
TRUE' when x and y are not nullable
new f1d03166a7 [CALCITE-5816] Only return left-hand table columns when
validate LEFT SEMI JOIN query
new 1b11d99e65 [CALCITE-5708] SUBSTRING validation error if any parameter
is a NULL literal
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 (39e5c764e7)
\
N -- N -- N refs/heads/main (1b11d99e65)
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.
The 6 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: