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 ce5fab0cd0 deploy: 9cd7018998a3e558c6d4b582dbd49c3abc026c01
     new b46647dcb5 deploy: db20a812454e8b9e9ec099fc41564ea7c17c0e3f

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

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:
 help.html                                          |   2 +-
 parquet/all.html                                   |   2 +-
 parquet/arrow/buffer/offset_buffer/index.html      |   2 +-
 .../buffer/offset_buffer/struct.OffsetBuffer.html  |  14 +--
 .../record_reader/buffer/trait.ValuesBuffer.html   |   2 +-
 parquet/index.html                                 |   4 +-
 parquet/sidebar-items.js                           |   2 +-
 parquet/utf8/fn.check_valid_utf8.html              |  13 +++
 parquet/utf8/index.html                            |   2 +
 parquet/utf8/sidebar-items.js                      |   1 +
 parquet/util/utf8/fn.check_valid_utf8.html         |  11 ++
 search-index.js                                    |   4 +-
 search.desc/parquet/parquet-desc-0-.js             |   2 +-
 settings.html                                      |   2 +-
 src-files.js                                       |   4 +-
 .../arrow/array_reader/byte_view_array.rs.html     |  24 +---
 src/parquet/arrow/buffer/offset_buffer.rs.html     |  18 +--
 src/parquet/lib.rs.html                            |   8 +-
 src/parquet/util/mod.rs.html                       |   6 +-
 .../{schema/mod.rs.html => util/utf8.rs.html}      | 130 +++++++--------------
 20 files changed, 105 insertions(+), 148 deletions(-)
 create mode 100644 parquet/utf8/fn.check_valid_utf8.html
 create mode 100644 parquet/utf8/index.html
 create mode 100644 parquet/utf8/sidebar-items.js
 create mode 100644 parquet/util/utf8/fn.check_valid_utf8.html
 copy src/parquet/{schema/mod.rs.html => util/utf8.rs.html} (57%)

Reply via email to