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

github-bot pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


 discard d0519e7bbb deploy: 10a06104de7b1573437d3aaba888048c608956e9
     new 820186f354 deploy: 0dfeccb95285a17a8395cb83001cff2dffef57fb

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   (d0519e7bbb)
            \
             N -- N -- N   refs/heads/asf-site (820186f354)

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 1 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:
 parquet_variant_compute/all.html                   |    2 +-
 .../cast_to_variant/fn.cast_to_variant.html        |    2 +-
 parquet_variant_compute/cast_to_variant/index.html |    8 +-
 .../cast_to_variant/macro.cast_conversion!.html    |   11 -
 .../cast_to_variant/macro.cast_conversion.html     |    6 -
 .../macro.cast_conversion_nongeneric!.html         |   11 -
 .../macro.cast_conversion_nongeneric.html          |    3 -
 .../macro.decimal_to_variant_decimal.html          |    2 +-
 .../cast_to_variant/macro.generic_conversion!.html |   11 +
 .../cast_to_variant/macro.generic_conversion.html  |    6 +
 .../macro.non_generic_conversion!.html             |   11 +
 .../macro.non_generic_conversion.html              |    6 +
 .../cast_to_variant/sidebar-items.js               |    2 +-
 search-index.js                                    |    4 +-
 .../parquet_variant_compute-desc-0-.js             |    2 +-
 .../cast_to_variant.rs.html                        | 1861 ++++++++++----------
 16 files changed, 986 insertions(+), 962 deletions(-)
 delete mode 100644 
parquet_variant_compute/cast_to_variant/macro.cast_conversion!.html
 delete mode 100644 
parquet_variant_compute/cast_to_variant/macro.cast_conversion.html
 delete mode 100644 
parquet_variant_compute/cast_to_variant/macro.cast_conversion_nongeneric!.html
 delete mode 100644 
parquet_variant_compute/cast_to_variant/macro.cast_conversion_nongeneric.html
 create mode 100644 
parquet_variant_compute/cast_to_variant/macro.generic_conversion!.html
 create mode 100644 
parquet_variant_compute/cast_to_variant/macro.generic_conversion.html
 create mode 100644 
parquet_variant_compute/cast_to_variant/macro.non_generic_conversion!.html
 create mode 100644 
parquet_variant_compute/cast_to_variant/macro.non_generic_conversion.html

Reply via email to