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 59b37ee860 deploy: 2824638bfa42a604a0c13f43be50085983575239
     new bcb1f61f66 deploy: 7e38bbb0c9f0d4379fe109884c90ab2254ce86af

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   (59b37ee860)
            \
             N -- N -- N   refs/heads/asf-site (bcb1f61f66)

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_variant_compute/all.html                   |   2 +-
 parquet_variant_compute/struct.CastOptions.html    |   6 +-
 .../struct.VariantArrayVariantBuilder.html         |   4 +-
 parquet_variant_compute/type_conversion/index.html |   4 +-
 .../macro.decimal_to_variant_decimal.html          |   2 +-
 .../macro.generic_conversion_single_value.html     |   2 +-
 .../macro.non_generic_conversion_single_value.html |   2 +-
 .../macro.primitive_conversion_single_value.html   |   2 +-
 .../type_conversion/sidebar-items.js               |   2 +-
 .../type_conversion/struct.CastOptions.html        |   6 +-
 .../type_conversion/trait.VariantAsPrimitive.html  |   5 +
 .../struct.VariantArrayVariantBuilder.html         |   4 +-
 .../output/row_builder/fn.get_type_name.html       |   2 +-
 .../row_builder/fn.make_shredding_row_builder.html |   2 +-
 .../variant_get/output/row_builder/index.html      |   4 +-
 .../output/row_builder/sidebar-items.js            |   2 +-
 ...struct.PrimitiveVariantShreddingRowBuilder.html |   6 +-
 .../struct.VariantArrayShreddingRowBuilder.html    |   4 +-
 .../row_builder/struct.VariantPathRowBuilder.html  |   4 +-
 .../row_builder/trait.VariantAsPrimitive.html      |   5 -
 .../trait.VariantShreddingRowBuilder.html          |   6 +-
 .../trait.VariantShreddingRowBuilderWithPath.html  |   6 +-
 .../entry/{e940c423a90c.js => 304e7284ce44.js}     |   2 +-
 .../entry/{c794ef0b495e.js => 4f19c0e2040a.js}     |   2 +-
 .../entry/{4887b04ca96d.js => 5238b41fb092.js}     |   2 +-
 .../entry/{82ae9a94945c.js => 5aa7c3e8bfd1.js}     |   2 +-
 .../function/{841bdbf0df70.js => 0280a7ae9429.js}  |   2 +-
 .../function/{01fe5f5607e1.js => 0a43f9f5b9c7.js}  |   2 +-
 .../function/{0d341458f433.js => eb55033c5520.js}  |   2 +-
 .../path/{2c4ade057231.js => 83751f2dfb5b.js}      |   2 +-
 search.index/root.js                               |   2 +-
 .../type/{491a674b8815.js => 154356ce55b8.js}      |   2 +-
 settings.html                                      |   2 +-
 .../type_conversion.rs.html                        | 188 +++++----
 .../variant_get/output/row_builder.rs.html         | 440 ++++++++++-----------
 .../trait.VariantAsPrimitive.js                    |   0
 37 files changed, 369 insertions(+), 365 deletions(-)
 create mode 100644 
parquet_variant_compute/type_conversion/trait.VariantAsPrimitive.html
 delete mode 100644 
parquet_variant_compute/variant_get/output/row_builder/trait.VariantAsPrimitive.html
 rename search.index/entry/{e940c423a90c.js => 304e7284ce44.js} (96%)
 rename search.index/entry/{c794ef0b495e.js => 4f19c0e2040a.js} (96%)
 rename search.index/entry/{4887b04ca96d.js => 5238b41fb092.js} (96%)
 rename search.index/entry/{82ae9a94945c.js => 5aa7c3e8bfd1.js} (96%)
 rename search.index/function/{841bdbf0df70.js => 0280a7ae9429.js} (90%)
 rename search.index/function/{01fe5f5607e1.js => 0a43f9f5b9c7.js} (96%)
 rename search.index/function/{0d341458f433.js => eb55033c5520.js} (93%)
 rename search.index/path/{2c4ade057231.js => 83751f2dfb5b.js} (77%)
 rename search.index/type/{491a674b8815.js => 154356ce55b8.js} (99%)
 rename trait.impl/parquet_variant_compute/{variant_get/output/row_builder => 
type_conversion}/trait.VariantAsPrimitive.js (100%)

Reply via email to