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 2bb5e430b4 deploy: 11f2bb80764a3980196acd243c8d03597980dafb
     new 61278bd1e3 deploy: bd1e76b0857fc1c4fcbf8ba51aa55698a0f527ab

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   (2bb5e430b4)
            \
             N -- N -- N   refs/heads/asf-site (61278bd1e3)

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:
 .../builder/struct.GenericByteViewBuilder.html     |  20 ++-
 arrow/array/struct.GenericByteViewBuilder.html     |  20 ++-
 arrow_array/all.html                               |   2 +-
 arrow_array/builder/fn.make_view.html              |   2 +-
 .../constant.DEFAULT_BLOCK_SIZE.html               |   1 -
 .../constant.MAX_BLOCK_SIZE.html}                  |   4 +-
 .../constant.STARTING_BLOCK_SIZE.html              |   1 +
 .../enum.BlockSizeGrowthStrategy.html              |   9 +-
 .../fn.make_inlined_view.html                      |   2 +-
 .../generic_bytes_view_builder/fn.make_view.html   |   2 +-
 .../builder/generic_bytes_view_builder/index.html  |   2 +-
 .../generic_bytes_view_builder/sidebar-items.js    |   2 +-
 .../struct.GenericByteViewBuilder.html             |  54 +++---
 .../type.BinaryViewBuilder.html                    |   6 +-
 .../type.StringViewBuilder.html                    |   6 +-
 .../builder/struct.GenericByteViewBuilder.html     |  54 +++---
 arrow_array/builder/trait.ArrayBuilder.html        |   2 +-
 arrow_array/builder/type.BinaryViewBuilder.html    |   6 +-
 arrow_array/builder/type.StringViewBuilder.html    |   6 +-
 search-index.js                                    |   4 +-
 search.desc/arrow/arrow-desc-0-.js                 |   2 +-
 search.desc/arrow/arrow-desc-1-.js                 |   2 +-
 search.desc/arrow_array/arrow_array-desc-0-.js     |   2 +-
 src/arrow_array/array/byte_view_array.rs.html      |   4 +-
 .../builder/generic_bytes_view_builder.rs.html     | 196 ++++++++++++++++++++-
 src/arrow_cast/cast/mod.rs.html                    |   8 +-
 trait.impl/core/marker/trait.Freeze.js             |   2 +-
 trait.impl/core/marker/trait.Send.js               |   2 +-
 trait.impl/core/marker/trait.Sync.js               |   2 +-
 trait.impl/core/marker/trait.Unpin.js              |   2 +-
 .../core/panic/unwind_safe/trait.RefUnwindSafe.js  |   2 +-
 .../core/panic/unwind_safe/trait.UnwindSafe.js     |   2 +-
 .../array/builder/struct.GenericByteViewBuilder.js |   2 +-
 .../struct.GenericByteViewBuilder.js               |   2 +-
 34 files changed, 336 insertions(+), 99 deletions(-)
 delete mode 100644 
arrow_array/builder/generic_bytes_view_builder/constant.DEFAULT_BLOCK_SIZE.html
 copy arrow_array/{array/primitive_array/macro.def_from_for_primitive.html => 
builder/generic_bytes_view_builder/constant.MAX_BLOCK_SIZE.html} (50%)
 create mode 100644 
arrow_array/builder/generic_bytes_view_builder/constant.STARTING_BLOCK_SIZE.html
 copy arrow_ipc/gen/SparseTensor/struct.SparseTensorIndexUnionTableOffset.html 
=> 
arrow_array/builder/generic_bytes_view_builder/enum.BlockSizeGrowthStrategy.html
 (56%)

Reply via email to