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 16c0cd5f6a deploy: 036614022d61e2148b933936c1f69e8dff9b0a20
     new 8d27efa1b3 deploy: 4d3906ca6c357d5ef3fcc9247f8b85b149a04af8

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   (16c0cd5f6a)
            \
             N -- N -- N   refs/heads/asf-site (8d27efa1b3)

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:
 arrow/array/types/struct.Date64Type.html           |  100 +-
 arrow/datatypes/struct.Date64Type.html             |  100 +-
 arrow_arith/all.html                               |    2 +-
 arrow_arith/numeric/fn.date_op.html                |    2 +-
 arrow_arith/numeric/fn.decimal_op.html             |    2 +-
 arrow_arith/numeric/fn.duration_op.html            |    2 +-
 arrow_arith/numeric/fn.interval_op.html            |    2 +-
 arrow_arith/numeric/index.html                     |    4 +-
 arrow_arith/numeric/macro.date!.html               |   11 -
 arrow_arith/numeric/macro.date.html                |    3 -
 arrow_arith/numeric/sidebar-items.js               |    2 +-
 arrow_arith/numeric/trait.DateOp.html              |   71 +-
 arrow_arith/numeric/trait.IntervalOp.html          |   18 +-
 arrow_array/types/byte_view/index.html             |    2 +-
 arrow_array/types/byte_view/trait.Sealed.html      |    2 +-
 arrow_array/types/bytes/index.html                 |    2 +-
 .../types/bytes/trait.ByteArrayNativeType.html     |    6 +-
 .../types/bytes/trait.ByteArrayTypeSealed.html     |    2 +-
 arrow_array/types/decimal/index.html               |    2 +-
 .../types/decimal/trait.DecimalTypeSealed.html     |    2 +-
 arrow_array/types/fn.format_decimal_str.html       |    2 +-
 .../fn.validate_decimal_precision_and_scale.html   |    2 +-
 arrow_array/types/index.html                       |    2 +-
 .../types/primitive/trait.PrimitiveTypeSealed.html |    2 +-
 arrow_array/types/struct.BinaryViewType.html       |    8 +-
 arrow_array/types/struct.Date64Type.html           |  114 +-
 arrow_array/types/struct.Decimal128Type.html       |    6 +-
 arrow_array/types/struct.Decimal256Type.html       |    6 +-
 arrow_array/types/struct.GenericBinaryType.html    |    8 +-
 arrow_array/types/struct.GenericStringType.html    |    8 +-
 arrow_array/types/struct.StringViewType.html       |    8 +-
 arrow_array/types/trait.ArrowPrimitiveType.html    |    2 +-
 arrow_array/types/trait.ByteArrayType.html         |   14 +-
 arrow_array/types/trait.ByteViewType.html          |   16 +-
 arrow_array/types/trait.DecimalType.html           |   22 +-
 arrow_array/types/type.BinaryType.html             |    2 +-
 arrow_array/types/type.LargeBinaryType.html        |    2 +-
 arrow_array/types/type.LargeUtf8Type.html          |    2 +-
 arrow_array/types/type.Utf8Type.html               |    2 +-
 search-index.js                                    |    4 +-
 search.desc/arrow/arrow-desc-1-.js                 |    2 +-
 search.desc/arrow_array/arrow_array-desc-0-.js     |    2 +-
 src/arrow_arith/numeric.rs.html                    | 2587 ++++++++++++--------
 src/arrow_array/types.rs.html                      | 1328 +++++-----
 .../arrow_array/types/struct.GenericBinaryType.js  |    2 +-
 .../arrow_array/types/struct.GenericStringType.js  |    2 +-
 46 files changed, 2747 insertions(+), 1745 deletions(-)
 delete mode 100644 arrow_arith/numeric/macro.date!.html
 delete mode 100644 arrow_arith/numeric/macro.date.html

Reply via email to