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 0ae2d45fb deploy: a235b9b2950b7f93e0c4ff47cdfa25d4d0160a13
     new be417a9c7 deploy: d5ed6b9f82482046b7744ea6d01e0f06d8a1c4f9

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   (0ae2d45fb)
            \
             N -- N -- N   refs/heads/asf-site (be417a9c7)

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:
 .../array/boolean_array/struct.BooleanArray.html   |    4 +-
 .../array/byte_array/struct.GenericByteArray.html  |    4 +-
 .../struct.GenericByteViewArray.html               |    4 +-
 .../dictionary_array/struct.DictionaryArray.html   |    6 +-
 .../struct.TypedDictionaryArray.html               |    2 +-
 .../struct.FixedSizeBinaryArray.html               |    4 +-
 .../struct.FixedSizeListArray.html                 |    4 +-
 arrow_array/array/fn.get_offsets.html              |    2 +-
 arrow_array/array/fn.make_array.html               |    2 +-
 arrow_array/array/index.html                       |    2 +-
 .../array/list_array/struct.GenericListArray.html  |    6 +-
 arrow_array/array/map_array/struct.MapArray.html   |    6 +-
 arrow_array/array/null_array/struct.NullArray.html |    4 +-
 .../primitive_array/struct.PrimitiveArray.html     |    6 +-
 arrow_array/array/run_array/struct.RunArray.html   |    4 +-
 .../array/run_array/struct.TypedRunArray.html      |    2 +-
 arrow_array/array/struct.BooleanArray.html         |    4 +-
 arrow_array/array/struct.DictionaryArray.html      |    6 +-
 arrow_array/array/struct.FixedSizeBinaryArray.html |    4 +-
 arrow_array/array/struct.FixedSizeListArray.html   |    4 +-
 arrow_array/array/struct.GenericByteArray.html     |    4 +-
 arrow_array/array/struct.GenericByteViewArray.html |    4 +-
 arrow_array/array/struct.GenericListArray.html     |    6 +-
 arrow_array/array/struct.MapArray.html             |    6 +-
 arrow_array/array/struct.NullArray.html            |    4 +-
 arrow_array/array/struct.PrimitiveArray.html       |    6 +-
 arrow_array/array/struct.RunArray.html             |    4 +-
 arrow_array/array/struct.StructArray.html          |    4 +-
 arrow_array/array/struct.TypedDictionaryArray.html |    2 +-
 arrow_array/array/struct.TypedRunArray.html        |    2 +-
 arrow_array/array/struct.UnionArray.html           |    4 +-
 .../array/struct_array/struct.StructArray.html     |    4 +-
 arrow_array/array/trait.Array.html                 |   10 +-
 arrow_array/array/type.ArrayRef.html               |    2 +-
 .../array/union_array/struct.UnionArray.html       |    4 +-
 arrow_array/cast/fn.downcast_array.html            |    2 +-
 arrow_array/ffi/fn.from_ffi.html                   |    2 +-
 arrow_array/ffi/fn.from_ffi_and_data_type.html     |    2 +-
 arrow_array/ffi/fn.to_ffi.html                     |    2 +-
 arrow_array/ffi/index.html                         |    2 +-
 arrow_array/ffi/struct.FFI_ArrowArray.html         |   30 +-
 arrow_array/ffi/struct.ImportedArrowArray.html     |    4 +-
 parquet/all.html                                   |    2 +-
 parquet/column/page/trait.PageWriter.html          |    2 +-
 parquet/file/page_index/index/index.html           |    2 +-
 .../file/page_index/index/struct.NativeIndex.html  |    6 +-
 parquet/file/writer/fn.write_bloom_filters.html    |    2 +-
 parquet/file/writer/index.html                     |    6 +-
 parquet/file/writer/sidebar-items.js               |    2 +-
 .../writer/struct.ParquetMetadataWriter.html}      |   20 +-
 .../file/writer/struct.SerializedColumnWriter.html |   10 +-
 .../file/writer/struct.SerializedFileWriter.html   |   32 +-
 .../file/writer/struct.SerializedPageWriter.html   |   10 +-
 .../writer/struct.SerializedRowGroupWriter.html    |   18 +-
 .../file/writer/struct.ThriftMetadataWriter.html   |   62 ++
 parquet/file/writer/struct.TrackedWrite.html       |   14 +-
 parquet/file/writer/type.OnCloseColumnChunk.html   |    2 +-
 parquet/file/writer/type.OnCloseRowGroup.html      |    2 +-
 parquet/thrift/fn.collection_u8_to_type.html       |    2 +-
 parquet/thrift/fn.eof_error.html                   |    2 +-
 parquet/thrift/fn.u8_to_type.html                  |    2 +-
 parquet/thrift/index.html                          |    4 +-
 parquet/thrift/sidebar-items.js                    |    2 +-
 parquet/thrift/struct.TCompactOutputProtocol.html  |   59 ++
 .../thrift/struct.TCompactSliceInputProtocol.html  |    4 +-
 parquet/thrift/trait.TSerializable.html            |    4 +-
 search-index.js                                    |    2 +-
 search.desc/parquet/parquet-desc-0-.js             |    2 +-
 src/parquet/file/page_index/index.rs.html          |   94 ++
 src/parquet/file/writer.rs.html                    | 1052 ++++++++++++++++++--
 src/parquet/thrift.rs.html                         |    4 +-
 trait.impl/core/convert/trait.From.js              |    2 +-
 trait.impl/core/marker/trait.Freeze.js             |    2 +-
 trait.impl/core/marker/trait.Send.js               |    2 +-
 trait.impl/core/marker/trait.Sync.js               |    2 +-
 trait.impl/core/marker/trait.Unpin.js              |    2 +-
 .../core/panic/unwind_safe/trait.RefUnwindSafe.js  |    2 +-
 .../core/panic/unwind_safe/trait.UnwindSafe.js     |    2 +-
 .../array/byte_array/struct.GenericByteArray.js    |    2 +-
 .../byte_view_array/struct.GenericByteViewArray.js |    2 +-
 .../dictionary_array/struct.DictionaryArray.js     |    2 +-
 .../array/list_array/struct.GenericListArray.js    |    2 +-
 .../array/primitive_array/struct.PrimitiveArray.js |    2 +-
 .../arrow_array/array/run_array/struct.RunArray.js |    2 +-
 84 files changed, 1357 insertions(+), 284 deletions(-)
 copy parquet/{arrow/async_reader/metadata/struct.MetadataFetchFn.html => 
file/writer/struct.ParquetMetadataWriter.html} (54%)
 create mode 100644 parquet/file/writer/struct.ThriftMetadataWriter.html
 create mode 100644 parquet/thrift/struct.TCompactOutputProtocol.html

Reply via email to