This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git
discard 73d0799 publish built book
add 3a307e1 publish built book
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 (73d0799)
\
N -- N -- N refs/heads/gh-pages (3a307e1)
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.
No new revisions were added by this update.
Summary of changes:
cpp/_static/alabaster.css | 115 +--
cpp/_static/basic.css | 15 +-
cpp/_static/doctools.js | 7 -
{java => cpp}/_static/github-banner.svg | 0
cpp/_static/language_data.js | 7 -
cpp/_static/searchtools.js | 38 +-
cpp/basic.html | 42 +-
cpp/create.html | 87 +-
cpp/datasets.html | 50 +-
cpp/flight.html | 210 ++---
cpp/genindex.html | 30 +-
cpp/index.html | 30 +-
cpp/search.html | 9 +-
cpp/searchindex.js | 2 +-
java/_static/base-stemmer.js | 476 ++++++++++
java/_static/doctools.js | 11 +-
java/_static/english-stemmer.js | 1066 ++++++++++++++++++++++
java/_static/language_data.js | 193 +---
java/_static/searchtools.js | 172 ++--
java/_static/sphinx_highlight.js | 67 +-
java/avro.html | 6 +-
java/create.html | 6 +-
java/data.html | 6 +-
java/dataset.html | 6 +-
java/flight.html | 6 +-
java/genindex.html | 6 +-
java/index.html | 6 +-
java/io.html | 6 +-
java/jdbc.html | 6 +-
java/schema.html | 6 +-
java/search.html | 6 +-
java/searchindex.js | 2 +-
java/substrait.html | 6 +-
py/_sources/io.rst.txt | 81 +-
py/_static/base-stemmer.js | 476 ++++++++++
py/_static/doctools.js | 11 +-
py/_static/english-stemmer.js | 1066 ++++++++++++++++++++++
py/_static/language_data.js | 193 +---
py/_static/searchtools.js | 172 ++--
py/_static/sphinx_highlight.js | 67 +-
py/create.html | 34 +-
py/data.html | 42 +-
py/flight.html | 32 +-
py/genindex.html | 6 +-
py/index.html | 8 +-
py/io.html | 156 ++--
py/objects.inv | Bin 370 -> 370 bytes
py/schema.html | 6 +-
py/search.html | 6 +-
py/searchindex.js | 2 +-
r/404.html | 2 +-
r/creating-arrow-objects.html | 2 +-
r/defining-data-types.html | 2 +-
r/flight.html | 2 +-
r/index.html | 2 +-
r/libs/gitbook-2.6.7/css/style.css | 2 +-
r/manipulating-data---arrays.html | 4 +-
r/manipulating-data---tables.html | 26 +-
r/reading-and-writing-data---multiple-files.html | 2 +-
r/reading-and-writing-data---single-files.html | 2 +-
r/search_index.json | 2 +-
r/using-pyarrow-from-r.html | 2 +-
62 files changed, 3943 insertions(+), 1166 deletions(-)
copy {java => cpp}/_static/github-banner.svg (100%)
create mode 100644 java/_static/base-stemmer.js
create mode 100644 java/_static/english-stemmer.js
create mode 100644 py/_static/base-stemmer.js
create mode 100644 py/_static/english-stemmer.js