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 85fbb9f5f1 deploy: d1038bfcf3948d113f7ebf7b64ec36892c022d33
     new 44b6d85822 deploy: 04cd6cf0ed67b21076cc8804cb0ea46fbceff2ed

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   (85fbb9f5f1)
            \
             N -- N -- N   refs/heads/asf-site (44b6d85822)

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:
 arrow_data/data/enum.BufferSpec.html               |    6 +-
 arrow_data/data/fn.layout.html                     |    2 +-
 arrow_data/data/index.html                         |    2 +-
 arrow_data/data/struct.ArrayData.html              |   60 +-
 arrow_data/data/struct.ArrayDataBuilder.html       |   38 +-
 arrow_data/data/struct.DataTypeLayout.html         |   18 +-
 arrow_data/enum.BufferSpec.html                    |    6 +-
 arrow_data/fn.layout.html                          |    2 +-
 arrow_data/struct.ArrayData.html                   |   60 +-
 arrow_data/struct.ArrayDataBuilder.html            |   38 +-
 arrow_data/struct.DataTypeLayout.html              |   18 +-
 help.html                                          |    2 +-
 .../struct.VariantArrayBuilder.html                |    4 +-
 .../struct.VariantArrayBuilder.html                |    4 +-
 .../entry/{b04c734d96c4.js => 61e043777432.js}     |    2 +-
 .../entry/{c2348b9da8a2.js => a5d6b2075db2.js}     |    2 +-
 .../entry/{a4aa7f52de86.js => a783f652248f.js}     |    2 +-
 .../function/{03477ea9c081.js => d815fa5cf2d4.js}  |    2 +-
 .../function/{de17ffad77a2.js => dca4059aa6e3.js}  |    2 +-
 .../function/{b8ab63e3467c.js => f5f0b629e351.js}  |    2 +-
 .../path/{cd84774149ac.js => 744a87b4290f.js}      |    2 +-
 search.index/root.js                               |    2 +-
 .../type/{ab3081b05db1.js => b193974466ab.js}      |    2 +-
 settings.html                                      |    2 +-
 src/arrow_data/data.rs.html                        | 3897 ++++++++++----------
 src/arrow_data/decimal.rs.html                     |    6 +-
 src/arrow_data/equal/boolean.rs.html               |    2 +-
 src/arrow_data/equal/dictionary.rs.html            |    2 +-
 src/arrow_data/equal/fixed_list.rs.html            |    2 +-
 src/arrow_data/equal/list.rs.html                  |    2 +-
 src/arrow_data/equal/structure.rs.html             |    2 +-
 src/arrow_data/equal/utils.rs.html                 |    2 +-
 src/arrow_data/equal/variable_size.rs.html         |    2 +-
 src/arrow_data/ffi.rs.html                         |   12 +-
 src/arrow_data/transform/boolean.rs.html           |    6 +-
 src/arrow_data/transform/fixed_binary.rs.html      |    2 +-
 src/arrow_data/transform/fixed_size_list.rs.html   |    2 +-
 src/arrow_data/transform/list.rs.html              |    2 +-
 src/arrow_data/transform/mod.rs.html               |    4 +-
 src/arrow_data/transform/null.rs.html              |    2 +-
 src/arrow_data/transform/primitive.rs.html         |    2 +-
 src/arrow_data/transform/run.rs.html               |    2 +-
 src/arrow_data/transform/structure.rs.html         |    2 +-
 src/arrow_data/transform/union.rs.html             |    2 +-
 src/arrow_data/transform/utils.rs.html             |    6 +-
 src/arrow_data/transform/variable_size.rs.html     |    2 +-
 46 files changed, 2128 insertions(+), 2115 deletions(-)
 rename search.index/entry/{b04c734d96c4.js => 61e043777432.js} (99%)
 rename search.index/entry/{c2348b9da8a2.js => a5d6b2075db2.js} (99%)
 rename search.index/entry/{a4aa7f52de86.js => a783f652248f.js} (99%)
 rename search.index/function/{03477ea9c081.js => d815fa5cf2d4.js} (98%)
 rename search.index/function/{de17ffad77a2.js => dca4059aa6e3.js} (99%)
 rename search.index/function/{b8ab63e3467c.js => f5f0b629e351.js} (99%)
 rename search.index/path/{cd84774149ac.js => 744a87b4290f.js} (99%)
 rename search.index/type/{ab3081b05db1.js => b193974466ab.js} (99%)

Reply via email to