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-cookbook.git


 discard 3e9dab6  publish built book
     add 110aad0  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   (3e9dab6)
            \
             N -- N -- N   refs/heads/asf-site (110aad0)

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:
 .asf.yaml                                        |  39 --
 .nojekyll                                        |   0
 cpp/_static/alabaster.css                        |  23 +-
 cpp/_static/basic.css                            |   4 +-
 cpp/_static/doctools.js                          |   2 +-
 cpp/_static/language_data.js                     |   4 +-
 cpp/_static/pygments.css                         | 124 +++---
 cpp/_static/searchtools.js                       | 170 ++++++---
 cpp/basic.html                                   |  37 +-
 cpp/create.html                                  |  84 ++--
 cpp/datasets.html                                |  45 ++-
 cpp/flight.html                                  |  52 +--
 cpp/genindex.html                                |  25 +-
 cpp/index.html                                   |  25 +-
 cpp/search.html                                  |  31 +-
 cpp/searchindex.js                               |   2 +-
 java/_sources/avro.rst.txt                       |  16 +-
 java/_sources/create.rst.txt                     |   4 +-
 java/_sources/dataset.rst.txt                    |   1 +
 java/_sources/flight.rst.txt                     |   5 +-
 java/_sources/schema.rst.txt                     |   4 +
 java/_sources/substrait.rst.txt                  | 404 +++++++++++++++-----
 java/_static/alabaster.css                       | 134 +++----
 java/_static/basic.css                           |  17 +-
 java/_static/doctools.js                         |   7 -
 java/_static/github-banner.svg                   |   5 +
 java/_static/language_data.js                    |   9 +-
 java/_static/pygments.css                        |   2 +-
 java/_static/searchtools.js                      | 200 ++++++----
 java/avro.html                                   |  51 +--
 java/create.html                                 |  43 ++-
 java/data.html                                   |  43 ++-
 java/dataset.html                                |  44 ++-
 java/flight.html                                 |  48 +--
 java/genindex.html                               |  43 ++-
 java/index.html                                  |  46 ++-
 java/io.html                                     |  43 ++-
 java/jdbc.html                                   |  43 ++-
 java/objects.inv                                 | Bin 499 -> 499 bytes
 java/schema.html                                 |  47 ++-
 java/search.html                                 |  32 +-
 java/searchindex.js                              |   2 +-
 java/substrait.html                              | 465 +++++++++++++++++------
 py/_static/alabaster.css                         | 134 +++----
 py/_static/basic.css                             |  17 +-
 py/_static/doctools.js                           |   7 -
 py/_static/github-banner.svg                     |   5 +
 py/_static/language_data.js                      |   9 +-
 py/_static/pygments.css                          |   2 +-
 py/_static/searchtools.js                        | 200 ++++++----
 py/create.html                                   |  71 ++--
 py/data.html                                     |  79 ++--
 py/flight.html                                   |  69 ++--
 py/genindex.html                                 |  43 ++-
 py/index.html                                    |  45 ++-
 py/io.html                                       | 111 +++---
 py/objects.inv                                   | Bin 370 -> 370 bytes
 py/schema.html                                   |  43 ++-
 py/search.html                                   |  32 +-
 py/searchindex.js                                |   2 +-
 r/404.html                                       |   5 +-
 r/creating-arrow-objects.html                    |  49 ++-
 r/defining-data-types.html                       | 141 +++----
 r/flight.html                                    |  73 ++--
 r/index.html                                     |   5 +-
 r/libs/gitbook-2.6.7/css/plugin-highlight.css    |   2 +-
 r/libs/gitbook-2.6.7/js/plugin-fontsettings.js   |  25 +-
 r/manipulating-data---arrays.html                |  43 +--
 r/manipulating-data---tables.html                | 366 +++++++++---------
 r/reading-and-writing-data---multiple-files.html | 150 ++++----
 r/reading-and-writing-data---single-files.html   | 163 ++++----
 r/reference-keys.txt                             |   1 -
 r/search_index.json                              |   2 +-
 r/using-pyarrow-from-r.html                      |  23 +-
 74 files changed, 2435 insertions(+), 1907 deletions(-)
 delete mode 100644 .asf.yaml
 delete mode 100644 .nojekyll
 create mode 100644 java/_static/github-banner.svg
 create mode 100644 py/_static/github-banner.svg

Reply via email to