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 f72b3acc55 deploy: 4e2b939d97a3ea2e18d2888ef27aef7a204e526d
     new def5772fca deploy: 922a1ff5506c2b4071f942b88af48f1e84b7e367

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   (f72b3acc55)
            \
             N -- N -- N   refs/heads/asf-site (def5772fca)

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/all.html                                     |    2 +-
 arrow/array/trait.RecordBatchReader.html           |    6 +-
 arrow/array/trait.RecordBatchWriter.html           |    6 +-
 arrow/compute/fn.union_extract.html                |   41 +
 arrow/compute/index.html                           |    4 +-
 arrow/compute/kernels/index.html                   |    2 +-
 arrow/compute/kernels/sidebar-items.js             |    2 +-
 .../kernels/union_extract/fn.union_extract.html    |   41 +
 .../kernels/{nullif => union_extract}/index.html   |    5 +-
 .../compute/kernels/union_extract/sidebar-items.js |    1 +
 arrow/compute/sidebar-items.js                     |    2 +-
 arrow/index.html                                   |    6 +-
 arrow/record_batch/trait.RecordBatchReader.html    |    6 +-
 arrow/record_batch/trait.RecordBatchWriter.html    |    6 +-
 arrow_select/all.html                              |    2 +-
 arrow_select/index.html                            |    4 +-
 arrow_select/sidebar-items.js                      |    2 +-
 .../constant.EQ_SCALAR_CHUNK_SIZE.html             |    1 +
 .../constant.IS_SEQUENTIAL_CHUNK_SIZE.html         |    2 +-
 .../union_extract/enum.BoolValue.html              |   13 +-
 arrow_select/union_extract/fn.count_first_run.html |    5 +
 .../union_extract/fn.eq_scalar.html                |    2 +-
 arrow_select/union_extract/fn.eq_scalar_inner.html |    1 +
 .../union_extract/fn.extract_dense.html            |    6 +-
 .../fn.extract_dense_all_selected.html             |    7 +-
 arrow_select/union_extract/fn.extract_sparse.html  |    5 +
 .../union_extract/fn.is_sequential.html            |    2 +-
 .../union_extract/fn.is_sequential_generic.html    |    6 +-
 arrow_select/union_extract/fn.union_extract.html   |   41 +
 arrow_select/union_extract/index.html              |    2 +
 arrow_select/union_extract/sidebar-items.js        |    1 +
 search-index.js                                    |    4 +-
 search.desc/arrow/arrow-desc-0-.js                 |    2 +-
 search.desc/arrow/arrow-desc-1-.js                 |    2 +-
 search.desc/arrow_select/arrow_select-desc-0-.js   |    2 +-
 src-files.js                                       |    4 +-
 src/arrow/compute/kernels.rs.html                  |    2 +-
 src/arrow/compute/mod.rs.html                      |    4 +-
 src/arrow_select/lib.rs.html                       |    4 +-
 src/arrow_select/union_extract.rs.html             | 2473 ++++++++++++++++++++
 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 +-
 49 files changed, 2694 insertions(+), 71 deletions(-)
 create mode 100644 arrow/compute/fn.union_extract.html
 create mode 100644 arrow/compute/kernels/union_extract/fn.union_extract.html
 copy arrow/compute/kernels/{nullif => union_extract}/index.html (59%)
 create mode 100644 arrow/compute/kernels/union_extract/sidebar-items.js
 create mode 100644 
arrow_select/union_extract/constant.EQ_SCALAR_CHUNK_SIZE.html
 copy arrow_flight/sql/constant.DO_PUT_UPDATE_RESULT_TYPE_URL.html => 
arrow_select/union_extract/constant.IS_SEQUENTIAL_CHUNK_SIZE.html (58%)
 copy arrow_ipc/gen/Schema/struct.TimeArgs.html => 
arrow_select/union_extract/enum.BoolValue.html (50%)
 create mode 100644 arrow_select/union_extract/fn.count_first_run.html
 copy arrow_schema/ffi/fn.release_schema.html => 
arrow_select/union_extract/fn.eq_scalar.html (57%)
 create mode 100644 arrow_select/union_extract/fn.eq_scalar_inner.html
 copy arrow_string/predicate/fn.is_like_pattern.html => 
arrow_select/union_extract/fn.extract_dense.html (56%)
 copy arrow_buffer/bigint/fn.parse_impl.html => 
arrow_select/union_extract/fn.extract_dense_all_selected.html (51%)
 create mode 100644 arrow_select/union_extract/fn.extract_sparse.html
 copy arrow_string/predicate/fn.is_like_pattern.html => 
arrow_select/union_extract/fn.is_sequential.html (58%)
 copy arrow_string/like/fn.starts_with.html => 
arrow_select/union_extract/fn.is_sequential_generic.html (58%)
 create mode 100644 arrow_select/union_extract/fn.union_extract.html
 create mode 100644 arrow_select/union_extract/index.html
 create mode 100644 arrow_select/union_extract/sidebar-items.js
 create mode 100644 src/arrow_select/union_extract.rs.html

Reply via email to