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 aecfa0207d deploy: 2f2e705734194aa1256379ff6dd55e58b235323e
new 92c23a1ff8 deploy: c87a4d9d5e67371eeed1b786b20d9dde32d3a918
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 (aecfa0207d)
\
N -- N -- N refs/heads/asf-site (92c23a1ff8)
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 | 10 +-
arrow/array/trait.RecordBatchWriter.html | 4 +-
arrow/index.html | 8 +-
arrow/record_batch/trait.RecordBatchReader.html | 10 +-
arrow/record_batch/trait.RecordBatchWriter.html | 4 +-
.../fn.pretty_format_batches_with_schema.html | 20 +
arrow/util/pretty/index.html | 2 +-
arrow/util/pretty/sidebar-items.js | 2 +-
arrow_cast/all.html | 2 +-
arrow_cast/pretty/fn.create_column.html | 2 +-
arrow_cast/pretty/fn.create_table.html | 3 +-
.../fn.pretty_format_batches_with_options.html | 2 +-
.../fn.pretty_format_batches_with_schema.html | 20 +
arrow_cast/pretty/fn.pretty_format_columns.html | 2 +-
.../fn.pretty_format_columns_with_options.html | 2 +-
arrow_cast/pretty/fn.print_batches.html | 2 +-
arrow_cast/pretty/fn.print_columns.html | 2 +-
arrow_cast/pretty/index.html | 4 +-
arrow_cast/pretty/sidebar-items.js | 2 +-
search-index.js | 4 +-
search.desc/arrow/arrow-desc-0-.js | 2 +-
search.desc/arrow/arrow-desc-1-.js | 2 +-
search.desc/arrow_cast/arrow_cast-desc-0-.js | 2 +-
src/arrow_cast/pretty.rs.html | 2330 ++++++++++----------
25 files changed, 1265 insertions(+), 1180 deletions(-)
create mode 100644 arrow/util/pretty/fn.pretty_format_batches_with_schema.html
create mode 100644 arrow_cast/pretty/fn.pretty_format_batches_with_schema.html