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

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


    omit 5a338ff  Revert "Use jackson-bom to specify Jackson versions"
     add 8df4df0  [CALCITE-4324] Avoid sqlline classpath caching by default, 
add sqlline and sqlsh tests

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   (5a338ff)
            \
             N -- N -- N   refs/heads/master (8df4df0)

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:
 .github/workflows/main.yml                    | 19 +++++++++++++++++++
 .ratignore                                    |  1 +
 bom/build.gradle.kts                          |  9 ++++++---
 build.gradle.kts                              | 16 +++++++++++++++-
 example/csv/build.gradle.kts                  |  7 ++++++-
 example/csv/sqlline                           | 18 ++++++++++++------
 example/csv/sqlline.bat                       | 17 ++++++++++++-----
 example/csv/src/test/resources/smoke_test.sql |  3 +++
 sqlline                                       | 24 ++++++++++++++----------
 sqlline.bat                                   | 16 +++++++++++-----
 sqlsh                                         | 22 ++++++++++++----------
 sqlsh.bat                                     | 16 +++++++++++-----
 12 files changed, 122 insertions(+), 46 deletions(-)
 create mode 100644 example/csv/src/test/resources/smoke_test.sql

Reply via email to