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 1f26793308 deploy: 3b90fc96abd56796e79d293814460032d4df9829
     new 229909fe21 deploy: 329f6c99c65b0a60c7f5cf5e8219ce0c4dda62a1

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   (1f26793308)
            \
             N -- N -- N   refs/heads/asf-site (229909fe21)

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/all.html                                   |    2 +-
 parquet/arrow/arrow_reader/fn.apply_range.html     |    2 +-
 .../arrow/arrow_reader/fn.evaluate_predicate.html  |    2 +-
 parquet/arrow/arrow_reader/fn.selects_any.html     |    2 +-
 parquet/arrow/arrow_reader/index.html              |    2 +-
 .../arrow_reader/struct.ArrowReaderOptions.html    |    7 +-
 .../struct.ParquetRecordBatchReader.html           |   12 +-
 .../arrow_reader/struct.ReaderPageIterator.html    |    4 +-
 parquet/arrow/arrow_reader/trait.RowGroups.html    |    2 +-
 .../arrow/async_reader/enum.ColumnChunkData.html   |    4 +-
 parquet/arrow/async_reader/index.html              |    2 +-
 .../async_reader/struct.ColumnChunkIterator.html   |    6 +-
 .../async_reader/struct.InMemoryRowGroup.html      |    2 +-
 parquet/column/page/trait.PageIterator.html        |    2 +-
 .../enum.ColumnCryptoMetaData.html}                |   22 +-
 .../fn.to_thrift.html}                             |    6 +-
 .../fn.try_from_thrift.html}                       |    9 +-
 parquet/file/column_crypto_metadata/index.html     |    2 +
 .../file/column_crypto_metadata/sidebar-items.js   |    1 +
 .../struct.EncryptionWithColumnKey.html}           |   19 +-
 parquet/file/constant.FOOTER_SIZE.html             |    2 +-
 parquet/file/constant.PARQUET_MAGIC.html           |    2 +-
 .../file/constant.PARQUET_MAGIC_ENCR_FOOTER.html   |    2 +-
 parquet/file/index.html                            |    4 +-
 parquet/file/metadata/index.html                   |    2 +-
 parquet/file/metadata/memory/trait.HeapSize.html   |    2 +-
 .../metadata/reader/fn.get_file_decryptor.html     |    3 +-
 parquet/file/metadata/reader/index.html            |    2 +-
 .../reader/struct.ParquetMetaDataReader.html       |    8 +-
 .../file/metadata/struct.ColumnChunkMetaData.html  |   78 +-
 .../struct.ColumnChunkMetaDataBuilder.html         |   54 +-
 .../file/metadata/struct.ColumnIndexBuilder.html   |   18 +-
 parquet/file/metadata/struct.FileMetaData.html     |   28 +-
 parquet/file/metadata/struct.LevelHistogram.html   |   28 +-
 .../file/metadata/struct.OffsetIndexBuilder.html   |   14 +-
 parquet/file/metadata/struct.ParquetMetaData.html  |   34 +-
 .../metadata/struct.ParquetMetaDataBuilder.html    |   30 +-
 .../metadata/struct.ParquetMetaDataReader.html     |    8 +-
 parquet/file/metadata/struct.RowGroupMetaData.html |   42 +-
 .../metadata/struct.RowGroupMetaDataBuilder.html   |   22 +-
 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 +-
 parquet/file/reader/trait.ChunkReader.html         |    2 +-
 parquet/file/reader/trait.Length.html              |    2 +-
 parquet/file/sidebar-items.js                      |    2 +-
 search-index.js                                    |    4 +-
 search.desc/parquet/parquet-desc-0-.js             |    2 +-
 src-files.js                                       |    4 +-
 src/parquet/arrow/arrow_reader/mod.rs.html         | 7357 ++++++++++----------
 src/parquet/arrow/async_reader/mod.rs.html         | 2763 ++++----
 src/parquet/encryption/decrypt.rs.html             |  600 +-
 src/parquet/file/column_crypto_metadata.rs.html    |   98 +
 src/parquet/file/metadata/mod.rs.html              | 3747 +++++-----
 src/parquet/file/metadata/reader.rs.html           | 1041 +--
 src/parquet/file/mod.rs.html                       |   30 +-
 trait.impl/core/clone/trait.Clone.js               |    4 +-
 trait.impl/core/cmp/trait.Eq.js                    |    4 +-
 trait.impl/core/cmp/trait.PartialEq.js             |    4 +-
 trait.impl/core/fmt/trait.Debug.js                 |    4 +-
 trait.impl/core/marker/trait.Freeze.js             |    4 +-
 trait.impl/core/marker/trait.Send.js               |    4 +-
 .../core/marker/trait.StructuralPartialEq.js       |    4 +-
 trait.impl/core/marker/trait.Sync.js               |    4 +-
 trait.impl/core/marker/trait.Unpin.js              |    4 +-
 .../core/panic/unwind_safe/trait.RefUnwindSafe.js  |    4 +-
 .../core/panic/unwind_safe/trait.UnwindSafe.js     |    4 +-
 69 files changed, 8216 insertions(+), 7983 deletions(-)
 copy parquet/file/{properties/enum.BloomFilterPosition.html => 
column_crypto_metadata/enum.ColumnCryptoMetaData.html} (56%)
 copy parquet/file/{page_encoding_stats/fn.try_from_thrift.html => 
column_crypto_metadata/fn.to_thrift.html} (65%)
 copy parquet/{schema/parser/fn.parse_timeunit.html => 
file/column_crypto_metadata/fn.try_from_thrift.html} (62%)
 create mode 100644 parquet/file/column_crypto_metadata/index.html
 create mode 100644 parquet/file/column_crypto_metadata/sidebar-items.js
 copy parquet/file/{page_encoding_stats/struct.PageEncodingStats.html => 
column_crypto_metadata/struct.EncryptionWithColumnKey.html} (54%)
 create mode 100644 src/parquet/file/column_crypto_metadata.rs.html

Reply via email to