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

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


 discard ce16edfad Update ahash requirement from 0.7 to 0.8
     add 9543d3814 fix regression in sql parser related to resolution of 
aliased expressions (#3165)
     add e57dead42 add test case for cast_timestamp_before_1970 (#3163)
     add ccd940615 MINOR: Fix broken links in contrib guide (#3135)
     add 8e9a8d553 [Minor] Remove some redundant code (#3169)
     add 89bcfc482 Support `INTEGER` again in addition to `INT` in `CREATE 
TABLE` and `CAST` statements (#3167)
     add f677e5016 Return proper error message for ill formed variable 
reference (#3162)
     add 85f7fc9b2 Rename do_data_time_math() to do_date_time_math() (#3173)
     add 8ee31cc69 Prepare for 11.0.0 release (#3171)
     add 253987113 Update ahash requirement from 0.7 to 0.8

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   (ce16edfad)
            \
             N -- N -- N   refs/heads/dependabot/cargo/master/ahash-0.8 
(253987113)

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:
 datafusion-cli/Cargo.toml                          |   4 +-
 datafusion/CHANGELOG.md                            | 244 +++++++++++++++++++++
 datafusion/common/Cargo.toml                       |   2 +-
 datafusion/core/Cargo.toml                         |  16 +-
 datafusion/core/src/execution/context.rs           |  18 +-
 datafusion/core/tests/sql/mod.rs                   |   2 +-
 datafusion/core/tests/sql/timestamp.rs             |  32 +++
 datafusion/expr/Cargo.toml                         |   4 +-
 datafusion/jit/Cargo.toml                          |   6 +-
 datafusion/optimizer/Cargo.toml                    |   8 +-
 datafusion/physical-expr/Cargo.toml                |   8 +-
 .../physical-expr/src/expressions/datetime.rs      |  10 +-
 datafusion/physical-expr/src/planner.rs            |  12 +-
 datafusion/proto/Cargo.toml                        |   8 +-
 datafusion/row/Cargo.toml                          |   6 +-
 datafusion/sql/Cargo.toml                          |   6 +-
 datafusion/sql/src/planner.rs                      |  63 ++++--
 dev/release/README.md                              |   2 +-
 docs/.gitignore                                    |   1 +
 docs/README.md                                     |  24 +-
 benchmarks/entrypoint.sh => docs/build.sh          |  12 +-
 docs/source/contributor-guide/index.md             |   4 +-
 docs/source/index.rst                              |   9 +-
 docs/source/user-guide/cli.md                      |   2 +-
 docs/source/user-guide/example-usage.md            |   2 +-
 docs/source/user-guide/library.md                  |   4 +-
 docs/source/user-guide/sql/ddl.md                  |  14 +-
 27 files changed, 432 insertions(+), 91 deletions(-)
 copy benchmarks/entrypoint.sh => docs/build.sh (73%)

Reply via email to