You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by gi...@apache.org on 2022/12/02 16:45:30 UTC

[arrow-datafusion] branch dependabot/cargo/master/cranelift-jit-0.90.1 updated (e6b052636 -> 968ac3269)

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

github-bot pushed a change to branch dependabot/cargo/master/cranelift-jit-0.90.1
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


 discard e6b052636 Update cranelift-jit requirement from 0.89.0 to 0.90.1
     add b229e0ff8 Drive sqllogictest runner on directory contents rather than hard coded list (#4472)
     add 5d69fa33b MINOR: Add note about sqllogictest to contributor guide (#4469)
     add 9bee14ebd Prepare for 15.0.0 Release (#4470)
     add 968ac3269 Update cranelift-jit requirement from 0.89.0 to 0.90.1

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   (e6b052636)
            \
             N -- N -- N   refs/heads/dependabot/cargo/master/cranelift-jit-0.90.1 (968ac3269)

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:
 .gitignore                                         |   2 +
 benchmarks/Cargo.toml                              |   6 +-
 datafusion-cli/Cargo.lock                          |  16 +-
 datafusion-cli/Cargo.toml                          |   4 +-
 datafusion-examples/Cargo.toml                     |   2 +-
 datafusion/CHANGELOG.md                            | 317 +++++++++++++++++++++
 datafusion/common/Cargo.toml                       |   2 +-
 datafusion/core/Cargo.toml                         |  16 +-
 datafusion/core/tests/sql/information_schema.rs    |  95 ------
 datafusion/core/tests/sqllogictests/src/main.rs    | 115 ++++----
 .../test_files/information_schema.slt              |  61 ++++
 datafusion/expr/Cargo.toml                         |   4 +-
 datafusion/jit/Cargo.toml                          |   6 +-
 datafusion/optimizer/Cargo.toml                    |  10 +-
 datafusion/physical-expr/Cargo.toml                |   8 +-
 datafusion/proto/Cargo.toml                        |   8 +-
 datafusion/row/Cargo.toml                          |   6 +-
 datafusion/sql/Cargo.toml                          |   6 +-
 docs/source/contributor-guide/index.md             |   7 +
 test-utils/Cargo.toml                              |   2 +-
 20 files changed, 497 insertions(+), 196 deletions(-)
 create mode 100644 datafusion/core/tests/sqllogictests/test_files/information_schema.slt