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 7f63df3543 deploy: 44b6ded1340d8f3c1bfece18e871ed3be4c394d6
     new d0bbe44562 deploy: 4adbeee14c40c080f8fca3bd42c0c3856bbb151c

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   (7f63df3543)
            \
             N -- N -- N   refs/heads/asf-site (d0bbe44562)

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:
 .../struct.GenericByteDictionaryBuilder.html       |  27 +++-
 arrow/array/builder/struct.PrimitiveBuilder.html   |   3 +-
 .../builder/struct.PrimitiveDictionaryBuilder.html |  27 +++-
 .../builder/type.StringDictionaryBuilder.html      |   5 +-
 .../array/struct.GenericByteDictionaryBuilder.html |  27 +++-
 arrow/array/struct.PrimitiveBuilder.html           |   3 +-
 arrow/array/struct.PrimitiveDictionaryBuilder.html |  27 +++-
 arrow/array/type.StringDictionaryBuilder.html      |   5 +-
 arrow_array/array/dictionary_array/index.html      |   2 +-
 .../fn.get_bytes.html                              |   2 +-
 .../generic_bytes_dictionary_builder/index.html    |   2 +-
 .../struct.GenericByteDictionaryBuilder.html       |  42 +++++--
 .../type.BinaryDictionaryBuilder.html              |   2 +-
 .../type.LargeBinaryDictionaryBuilder.html         |   2 +-
 .../type.LargeStringDictionaryBuilder.html         |   2 +-
 .../type.StringDictionaryBuilder.html              |   7 +-
 arrow_array/builder/primitive_builder/index.html   |   2 +-
 .../primitive_builder/struct.PrimitiveBuilder.html |  39 +++---
 .../primitive_dictionary_builder/index.html        |   2 +-
 .../struct.PrimitiveDictionaryBuilder.html         |  70 +++++++----
 .../primitive_dictionary_builder/struct.Value.html |   8 +-
 .../struct.GenericByteDictionaryBuilder.html       |  42 +++++--
 arrow_array/builder/struct.PrimitiveBuilder.html   |  39 +++---
 .../builder/struct.PrimitiveDictionaryBuilder.html |  70 +++++++----
 arrow_array/builder/trait.ArrayBuilder.html        |   2 +-
 .../builder/type.BinaryDictionaryBuilder.html      |   2 +-
 .../builder/type.LargeBinaryDictionaryBuilder.html |   2 +-
 .../builder/type.LargeStringDictionaryBuilder.html |   2 +-
 .../builder/type.StringDictionaryBuilder.html      |   7 +-
 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/dictionary_array.rs.html     | 138 ++++++++++++++++++++-
 .../generic_bytes_dictionary_builder.rs.html       | 102 +++++++++++++--
 src/arrow_array/builder/primitive_builder.rs.html  |  16 ++-
 .../builder/primitive_dictionary_builder.rs.html   | 102 +++++++++++++--
 .../builder/struct.GenericByteDictionaryBuilder.js |   4 +-
 .../arrow/array/builder/struct.PrimitiveBuilder.js |   4 +-
 .../struct.GenericByteDictionaryBuilder.js         |   4 +-
 .../primitive_builder/struct.PrimitiveBuilder.js   |   4 +-
 41 files changed, 669 insertions(+), 187 deletions(-)

Reply via email to