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 80c1d36975 deploy: c14ade2b917889a55d4b098b4a48b36ddb2c48c7
     new 788d96d679 deploy: bf1a9ec7faa1e271681317572098c4d83297c3a9

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   (80c1d36975)
            \
             N -- N -- N   refs/heads/asf-site (788d96d679)

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/array/trait.ArrayAccessor.html         |  68 +++++++++-
 arrow/array/trait.ArrayAccessor.html               |  68 +++++++++-
 arrow/array/trait.RecordBatchReader.html           |  12 +-
 arrow/array/trait.RecordBatchWriter.html           |  10 +-
 arrow/datatypes/struct.Field.html                  |   4 +-
 arrow/index.html                                   |  38 +++---
 arrow/record_batch/index.html                      |   2 +-
 arrow/record_batch/trait.RecordBatchReader.html    |  12 +-
 arrow/record_batch/trait.RecordBatchWriter.html    |  10 +-
 .../binary_array/type.GenericBinaryArray.html      |   2 +-
 .../array/boolean_array/struct.BooleanArray.html   |   2 +-
 .../dictionary_array/struct.DictionaryArray.html   |   2 +-
 .../struct.FixedSizeBinaryArray.html               |   2 +-
 .../struct.FixedSizeListArray.html                 |   2 +-
 arrow_array/array/fn.get_offsets.html              |   2 +-
 arrow_array/array/fn.make_array.html               |   2 +-
 arrow_array/array/fn.new_empty_array.html          |   2 +-
 arrow_array/array/fn.new_null_array.html           |   2 +-
 arrow_array/array/fn.print_long_array.html         |   2 +-
 arrow_array/array/index.html                       |   2 +-
 .../array/list_array/struct.GenericListArray.html  |   2 +-
 arrow_array/array/map_array/struct.MapArray.html   |   2 +-
 arrow_array/array/null_array/struct.NullArray.html |   2 +-
 .../primitive_array/struct.PrimitiveArray.html     |   2 +-
 .../string_array/type.GenericStringArray.html      |   2 +-
 arrow_array/array/struct.BooleanArray.html         |   2 +-
 arrow_array/array/struct.DictionaryArray.html      |   2 +-
 arrow_array/array/struct.FixedSizeBinaryArray.html |   2 +-
 arrow_array/array/struct.FixedSizeListArray.html   |   2 +-
 arrow_array/array/struct.GenericListArray.html     |   2 +-
 arrow_array/array/struct.MapArray.html             |   2 +-
 arrow_array/array/struct.NullArray.html            |   2 +-
 arrow_array/array/struct.PrimitiveArray.html       |   2 +-
 arrow_array/array/struct.StructArray.html          |   2 +-
 .../array/struct_array/struct.StructArray.html     |   2 +-
 arrow_array/array/trait.Array.html                 |   4 +-
 arrow_array/array/trait.ArrayAccessor.html         |  76 +++++++++--
 arrow_array/array/type.GenericBinaryArray.html     |   2 +-
 arrow_array/array/type.GenericStringArray.html     |   2 +-
 src/arrow/lib.rs.html                              |  36 +++--
 src/arrow_array/array/mod.rs.html                  | 150 ++++++++++++++++++++-
 .../array/binary_array/type.GenericBinaryArray.js  |   2 +-
 .../dictionary_array/struct.DictionaryArray.js     |   2 +-
 .../array/list_array/struct.GenericListArray.js    |   2 +-
 .../array/primitive_array/struct.PrimitiveArray.js |   2 +-
 .../array/string_array/type.GenericStringArray.js  |   2 +-
 46 files changed, 451 insertions(+), 105 deletions(-)

Reply via email to