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 fc93bddc69 deploy: 32bd9a5266c1b5222514bb145d7f27a24be66818
     new 418e6ebb90 deploy: 46d161270eacf4301b81abeee2333b3537f70e91

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   (fc93bddc69)
            \
             N -- N -- N   refs/heads/asf-site (418e6ebb90)

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/array/trait.RecordBatchReader.html           |   10 +-
 arrow/array/trait.RecordBatchWriter.html           |    4 +-
 arrow/index.html                                   |    8 +-
 arrow/record_batch/trait.RecordBatchReader.html    |   10 +-
 arrow/record_batch/trait.RecordBatchWriter.html    |    4 +-
 arrow_array/array/byte_array/index.html            |    2 +-
 .../array/byte_array/struct.GenericByteArray.html  |   50 +-
 arrow_array/array/byte_view_array/index.html       |    2 +-
 .../struct.GenericByteViewArray.html               |   60 +-
 .../byte_view_array/type.BinaryViewArray.html      |    8 +-
 .../byte_view_array/type.StringViewArray.html      |    8 +-
 arrow_array/array/dictionary_array/index.html      |    2 +-
 .../dictionary_array/struct.DictionaryArray.html   |   54 +-
 .../struct.TypedDictionaryArray.html               |   22 +-
 .../dictionary_array/trait.AnyDictionaryArray.html |   12 +-
 arrow_array/array/struct.DictionaryArray.html      |   54 +-
 arrow_array/array/struct.GenericByteArray.html     |   50 +-
 arrow_array/array/struct.GenericByteViewArray.html |   60 +-
 arrow_array/array/struct.StructArray.html          |   38 +-
 arrow_array/array/struct.TypedDictionaryArray.html |   22 +-
 arrow_array/array/struct_array/index.html          |    2 +-
 .../array/struct_array/struct.StructArray.html     |   38 +-
 arrow_array/array/trait.AnyDictionaryArray.html    |   12 +-
 arrow_array/array/trait.Array.html                 |    4 +-
 arrow_array/array/trait.ArrayAccessor.html         |    6 +-
 arrow_array/array/type.BinaryViewArray.html        |    8 +-
 arrow_array/array/type.StringViewArray.html        |    8 +-
 arrow_array/ffi/index.html                         |    2 +-
 arrow_array/record_batch/struct.RecordBatch.html   |    2 +-
 arrow_array/struct.RecordBatch.html                |    2 +-
 src/arrow_array/array/byte_array.rs.html           |  917 ++++----
 src/arrow_array/array/byte_view_array.rs.html      | 1598 +++++++-------
 src/arrow_array/array/dictionary_array.rs.html     | 2256 ++++++++++----------
 src/arrow_array/array/struct_array.rs.html         | 1080 +++++-----
 src/arrow_array/ffi.rs.html                        |  432 ++--
 .../arrow_array/array/struct.DictionaryArray.js    |    2 +-
 .../arrow_array/array/struct.GenericByteArray.js   |    2 +-
 .../array/struct.GenericByteViewArray.js           |    2 +-
 38 files changed, 3436 insertions(+), 3417 deletions(-)

Reply via email to