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 be417a9c7 deploy: d5ed6b9f82482046b7744ea6d01e0f06d8a1c4f9
new ae07df303 deploy: db239e5b3aa05985b0149187c8b93b88e2285b48
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 (be417a9c7)
\
N -- N -- N refs/heads/asf-site (ae07df303)
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:
parquet/file/metadata/index.html | 54 ++++++++-
parquet/file/metadata/memory/trait.HeapSize.html | 2 +-
.../file/metadata/struct.ColumnChunkMetaData.html | 76 ++++++-------
.../struct.ColumnChunkMetaDataBuilder.html | 48 ++++----
.../file/metadata/struct.ColumnIndexBuilder.html | 14 +--
parquet/file/metadata/struct.FileMetaData.html | 28 ++---
parquet/file/metadata/struct.LevelHistogram.html | 28 ++---
.../file/metadata/struct.OffsetIndexBuilder.html | 8 +-
parquet/file/metadata/struct.ParquetMetaData.html | 32 +++---
parquet/file/metadata/struct.RowGroupMetaData.html | 40 +++----
.../metadata/struct.RowGroupMetaDataBuilder.html | 16 +--
parquet/file/metadata/type.FileMetaDataPtr.html | 2 +-
parquet/file/metadata/type.KeyValue.html | 2 +-
parquet/file/metadata/type.ParquetColumnIndex.html | 2 +-
parquet/file/metadata/type.ParquetOffsetIndex.html | 2 +-
.../file/metadata/type.RowGroupMetaDataPtr.html | 2 +-
src/parquet/file/metadata/mod.rs.html | 122 +++++++++++++++++++++
17 files changed, 325 insertions(+), 153 deletions(-)