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 13ef58b506 [CALCITE-5450] Allow 'WEEK(weekday)' time frame as argument 
to functions such as EXTRACT, DATE_TRUNC; allow WEEK and QUARTER in interval 
literals
     new f03dbbebbe Refactor SqlParserTest
     new d5737b4525 Factor interval tests out of SqlParserTest and 
SqlValidatorTest and into new class IntervalTest
     new ba35438c9d remove premature tests
     new 016dcd46ee [CALCITE-5495] Allow WEEK and QUARTER in INTERVAL literals
     new d9eeba4422 [CALCITE-5450] Allow 'WEEK(weekday)' time frame as argument 
to functions such as EXTRACT, DATE_TRUNC

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   (13ef58b506)
            \
             N -- N -- N   refs/heads/main (d9eeba4422)

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 5 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:
 .../apache/calcite/sql/SqlIntervalQualifier.java   |   76 +
 .../org/apache/calcite/test/SqlValidatorTest.java  | 1797 +-----------------
 .../calcite/sql/parser/SqlParserFixture.java       |    9 +-
 .../apache/calcite/sql/parser/SqlParserTest.java   | 1898 +------------------
 .../java/org/apache/calcite/test/IntervalTest.java | 1969 ++++++++++++++++++++
 .../org/apache/calcite/test/SqlOperatorTest.java   |    7 -
 6 files changed, 2176 insertions(+), 3580 deletions(-)
 create mode 100644 
testkit/src/main/java/org/apache/calcite/test/IntervalTest.java

Reply via email to