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 a6fe33b1fb deploy: 521aa7360db1d4fd33ee4e0d0728ac0477d01a78
     new 4aae0daf0e deploy: c52db655abaa89c858ba47edc6129e7d13316524

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   (a6fe33b1fb)
            \
             N -- N -- N   refs/heads/asf-site (4aae0daf0e)

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:
 .../ffi_stream/struct.ArrowArrayStreamReader.html  |    8 +-
 arrow/array/struct.ArrayData.html                  |    8 +-
 arrow/array/struct.RecordBatch.html                |    8 +-
 arrow/array/trait.RecordBatchReader.html           |    4 +-
 arrow/datatypes/enum.DataType.html                 |    8 +-
 arrow/datatypes/struct.Field.html                  |    8 +-
 arrow/datatypes/struct.Schema.html                 |    8 +-
 .../ffi_stream/struct.ArrowArrayStreamReader.html  |    8 +-
 arrow/index.html                                   |    2 +-
 arrow/record_batch/struct.RecordBatch.html         |    8 +-
 arrow/record_batch/trait.RecordBatchReader.html    |    4 +-
 arrow_avro/all.html                                |    2 +-
 ...enum.Nullability.html => enum.AvroLiteral.html} |   35 +-
 arrow_avro/codec/enum.Codec.html                   |    7 +-
 arrow_avro/codec/enum.Nullability.html             |    5 +-
 .../codec/enum.Promotion.html                      |   43 +-
 .../codec/enum.ResolutionInfo.html                 |   27 +-
 arrow_avro/codec/fn.make_data_type.html            |   15 -
 arrow_avro/codec/fn.parse_decimal_attributes.html  |    2 +-
 arrow_avro/codec/fn.with_extension_type.html       |    2 +-
 arrow_avro/codec/index.html                        |    6 +-
 arrow_avro/codec/sidebar-items.js                  |    2 +-
 arrow_avro/codec/struct.AvroDataType.html          |   19 +-
 arrow_avro/codec/struct.AvroField.html             |   15 +-
 arrow_avro/codec/struct.AvroFieldBuilder.html      |   16 +-
 .../codec/struct.EnumMapping.html                  |   31 +-
 arrow_avro/codec/struct.Maker.html                 |   55 +
 .../codec/struct.ResolvedRecord.html               |   20 +-
 arrow_avro/codec/struct.Resolver.html              |    8 +-
 arrow_avro/reader/index.html                       |    2 +-
 arrow_avro/reader/struct.Reader.html               |   12 +-
 arrow_avro/reader/struct.ReaderBuilder.html        |   30 +-
 arrow_avro/schema/enum.PrimitiveType.html          |    2 +-
 arrow_avro/schema/enum.Schema.html                 |    2 +-
 help.html                                          |    2 +-
 search-index.js                                    |    4 +-
 search.desc/arrow_avro/arrow_avro-desc-0-.js       |    2 +-
 settings.html                                      |    2 +-
 src/arrow_avro/codec.rs.html                       | 2534 ++++++-----
 src/arrow_avro/reader/mod.rs.html                  | 4412 ++++++++++----------
 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 +-
 trait.impl/core/marker/trait.UnsafeUnpin.js        |    4 +-
 .../core/panic/unwind_safe/trait.RefUnwindSafe.js  |    4 +-
 .../core/panic/unwind_safe/trait.UnwindSafe.js     |    4 +-
 52 files changed, 3978 insertions(+), 3458 deletions(-)
 copy arrow_avro/codec/{enum.Nullability.html => enum.AvroLiteral.html} (53%)
 copy arrow_json/enum.StructMode.html => arrow_avro/codec/enum.Promotion.html 
(51%)
 copy arrow_csv/reader/struct.InferredDataType.html => 
arrow_avro/codec/enum.ResolutionInfo.html (51%)
 delete mode 100644 arrow_avro/codec/fn.make_data_type.html
 copy arrow_json/enum.StructMode.html => 
arrow_avro/codec/struct.EnumMapping.html (50%)
 create mode 100644 arrow_avro/codec/struct.Maker.html
 copy arrow_cast/parse/struct.IntervalParseConfig.html => 
arrow_avro/codec/struct.ResolvedRecord.html (52%)

Reply via email to