This is an automated email from the ASF dual-hosted git repository.
jhyde pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
discard f8f8a51e2c [CALCITE-5424] Customize handling of literals based on type
system
discard d9eeba4422 [CALCITE-5450] Allow 'WEEK(weekday)' time frame as argument
to functions such as EXTRACT, DATE_TRUNC
discard 016dcd46ee [CALCITE-5495] Allow WEEK and QUARTER in INTERVAL literals
discard ba35438c9d remove premature tests
discard d5737b4525 Factor interval tests out of SqlParserTest and
SqlValidatorTest and into new class IntervalTest
new b623215e2f Factor interval tests out of SqlParserTest and
SqlValidatorTest and into new class IntervalTest
new b8ccac153a [CALCITE-5495] Allow WEEK and QUARTER in INTERVAL literals
new 7fb8578059 [CALCITE-5450] Allow 'WEEK(weekday)' time frame as argument
to functions such as EXTRACT, DATE_TRUNC
new a326bd2d0e [CALCITE-5424] Customize handling of literals based on type
system
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 (f8f8a51e2c)
\
N -- N -- N refs/heads/main (a326bd2d0e)
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 4 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: