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/paimon-cpp.git


 discard 26c447e  Publish docs from commit 
131b0921663a2f7384b863124657a9fcfc0f6f21
     new 1f56b83  Publish docs from commit 
eae924b1e992cdd96d7a10bdbaf9bc82d5e536ff

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   (26c447e)
            \
             N -- N -- N   refs/heads/gh-pages (1f56b83)

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:
 _sources/api/file_format.rst.txt                   |   4 -
 _sources/basic_concepts.rst.txt                    |  10 +-
 _sources/build_system.rst.txt                      |  55 +++-
 _sources/building.rst.txt                          |  11 +-
 _sources/index.rst.txt                             |   2 +-
 _sources/user_guide/arrow.rst.txt                  |   4 +-
 _sources/user_guide/clean.rst.txt                  |   2 +-
 _sources/user_guide/commit.rst.txt                 |   8 +-
 _sources/user_guide/data_types.rst.txt             |   8 +-
 _sources/user_guide/prefetch.rst.txt               |  44 ++-
 _sources/user_guide/write.rst.txt                  |  77 +++--
 _static/versions.json                              |   6 +-
 api.html                                           |   3 +-
 api/catalog.html                                   |   2 +-
 api/clean.html                                     |   2 +-
 api/commit.html                                    |  17 +-
 api/data_types.html                                |   2 +-
 api/defs.html                                      |   6 +-
 api/executor.html                                  |   2 +-
 api/file_format.html                               | 114 +------
 api/file_index.html                                |   2 +-
 api/file_system.html                               |   2 +-
 api/global_index.html                              |   4 +-
 api/io.html                                        |   2 +-
 api/memory.html                                    |   2 +-
 api/predicate.html                                 |   2 +-
 api/read.html                                      |  20 +-
 api/scan.html                                      |   2 +-
 api/write.html                                     |   2 +-
 apidoc/html/classpaimon_1_1_commit_message.html    |   7 +-
 apidoc/html/classpaimon_1_1_file_store_commit.html |   3 +-
 .../classpaimon_1_1_global_index_write_task.html   |   2 +-
 .../classpaimon_1_1_global_indexer_factory.html    |   4 +-
 apidoc/html/commit__message_8h_source.html         |  56 ++--
 apidoc/html/defs_8h_source.html                    | 352 ++++++++++-----------
 apidoc/html/file__store__commit_8h_source.html     |  74 ++---
 .../html/global__index__write__task_8h_source.html |   1 -
 .../html/global__indexer__factory_8h_source.html   |   2 +-
 apidoc/html/structpaimon_1_1_options.html          |   6 +-
 apidoc/html/type__fwd_8h_source.html               |   4 +-
 apidoc/xml/classpaimon_1_1_commit_message.xml      |  25 +-
 apidoc/xml/classpaimon_1_1_file_store_commit.xml   |  27 +-
 .../classpaimon_1_1_global_index_write_task.xml    |   4 +-
 .../xml/classpaimon_1_1_global_indexer_factory.xml |   2 +-
 apidoc/xml/commit__message_8h.xml                  |  52 +--
 apidoc/xml/defs_8h.xml                             | 350 ++++++++++----------
 apidoc/xml/file__store__commit_8h.xml              |  70 ++--
 apidoc/xml/global__index__write__task_8h.xml       |   1 -
 apidoc/xml/namespacepaimon.xml                     |   2 +-
 apidoc/xml/structpaimon_1_1_options.xml            | 218 ++++++-------
 basic_concepts.html                                |  14 +-
 build_system.html                                  |  55 +++-
 building.html                                      |  12 +-
 docs/_build/html/.doctrees/api/commit.doctree      | Bin 292559 -> 295975 bytes
 docs/_build/html/.doctrees/api/defs.doctree        | Bin 386851 -> 387017 bytes
 docs/_build/html/.doctrees/api/file_format.doctree | Bin 267110 -> 215251 bytes
 .../_build/html/.doctrees/api/global_index.doctree | Bin 580038 -> 580164 bytes
 docs/_build/html/.doctrees/basic_concepts.doctree  | Bin 13507 -> 12935 bytes
 docs/_build/html/.doctrees/build_system.doctree    | Bin 21128 -> 19958 bytes
 docs/_build/html/.doctrees/building.doctree        | Bin 45889 -> 47090 bytes
 docs/_build/html/.doctrees/environment.pickle      | Bin 2468554 -> 2460859 
bytes
 docs/_build/html/.doctrees/index.doctree           | Bin 13525 -> 13523 bytes
 .../_build/html/.doctrees/user_guide/arrow.doctree | Bin 23726 -> 23720 bytes
 .../_build/html/.doctrees/user_guide/clean.doctree | Bin 40620 -> 40616 bytes
 .../html/.doctrees/user_guide/commit.doctree       | Bin 24042 -> 24034 bytes
 .../html/.doctrees/user_guide/data_types.doctree   | Bin 39447 -> 39860 bytes
 .../html/.doctrees/user_guide/prefetch.doctree     | Bin 11196 -> 11926 bytes
 .../_build/html/.doctrees/user_guide/write.doctree | Bin 36016 -> 39984 bytes
 docs/_build/html/_sources/api/file_format.rst.txt  |   4 -
 docs/_build/html/_sources/basic_concepts.rst.txt   |  10 +-
 docs/_build/html/_sources/build_system.rst.txt     |  55 +++-
 docs/_build/html/_sources/building.rst.txt         |  11 +-
 docs/_build/html/_sources/index.rst.txt            |   2 +-
 docs/_build/html/_sources/user_guide/arrow.rst.txt |   4 +-
 docs/_build/html/_sources/user_guide/clean.rst.txt |   2 +-
 .../_build/html/_sources/user_guide/commit.rst.txt |   8 +-
 .../html/_sources/user_guide/data_types.rst.txt    |   8 +-
 .../html/_sources/user_guide/prefetch.rst.txt      |  44 ++-
 docs/_build/html/_sources/user_guide/write.rst.txt |  77 +++--
 docs/_build/html/_static/versions.json             |   6 +-
 docs/_build/html/api.html                          |   3 +-
 docs/_build/html/api/catalog.html                  |   2 +-
 docs/_build/html/api/clean.html                    |   2 +-
 docs/_build/html/api/commit.html                   |  17 +-
 docs/_build/html/api/data_types.html               |   2 +-
 docs/_build/html/api/defs.html                     |   6 +-
 docs/_build/html/api/executor.html                 |   2 +-
 docs/_build/html/api/file_format.html              | 114 +------
 docs/_build/html/api/file_index.html               |   2 +-
 docs/_build/html/api/file_system.html              |   2 +-
 docs/_build/html/api/global_index.html             |   4 +-
 docs/_build/html/api/io.html                       |   2 +-
 docs/_build/html/api/memory.html                   |   2 +-
 docs/_build/html/api/predicate.html                |   2 +-
 docs/_build/html/api/read.html                     |  20 +-
 docs/_build/html/api/scan.html                     |   2 +-
 docs/_build/html/api/write.html                    |   2 +-
 docs/_build/html/basic_concepts.html               |  14 +-
 docs/_build/html/build_system.html                 |  55 +++-
 docs/_build/html/building.html                     |  12 +-
 docs/_build/html/documentations.html               |   2 +-
 docs/_build/html/examples/clean.html               |   2 +-
 docs/_build/html/examples/index.html               |   2 +-
 .../html/examples/write_commit_scan_read.html      |   2 +-
 docs/_build/html/genindex.html                     |  24 +-
 docs/_build/html/getting_started.html              |   2 +-
 docs/_build/html/index.html                        |   4 +-
 docs/_build/html/objects.inv                       | Bin 38553 -> 38551 bytes
 docs/_build/html/search.html                       |   2 +-
 docs/_build/html/searchindex.js                    |   2 +-
 docs/_build/html/user_guide.html                   |   4 +-
 docs/_build/html/user_guide/append_only_table.html |   3 +-
 docs/_build/html/user_guide/arrow.html             |   3 +-
 docs/_build/html/user_guide/catalog.html           |   3 +-
 docs/_build/html/user_guide/clean.html             |   3 +-
 docs/_build/html/user_guide/commit.html            |   3 +-
 docs/_build/html/user_guide/compaction.html        |   3 +-
 docs/_build/html/user_guide/data_types.html        |  10 +-
 docs/_build/html/user_guide/global_index.html      |   3 +-
 docs/_build/html/user_guide/manifest.html          |   3 +-
 docs/_build/html/user_guide/prefetch.html          |  50 ++-
 docs/_build/html/user_guide/primary_key_table.html |   3 +-
 docs/_build/html/user_guide/read.html              |   3 +-
 docs/_build/html/user_guide/schema.html            |   3 +-
 docs/_build/html/user_guide/snapshot.html          |   3 +-
 docs/_build/html/user_guide/write.html             |  72 +++--
 documentations.html                                |   2 +-
 examples/clean.html                                |   2 +-
 examples/index.html                                |   2 +-
 examples/write_commit_scan_read.html               |   2 +-
 genindex.html                                      |  24 +-
 getting_started.html                               |   2 +-
 index.html                                         |   4 +-
 objects.inv                                        | Bin 38553 -> 38551 bytes
 search.html                                        |   2 +-
 searchindex.js                                     |   2 +-
 user_guide.html                                    |   4 +-
 user_guide/append_only_table.html                  |   3 +-
 user_guide/arrow.html                              |   3 +-
 user_guide/catalog.html                            |   3 +-
 user_guide/clean.html                              |   3 +-
 user_guide/commit.html                             |   3 +-
 user_guide/compaction.html                         |   3 +-
 user_guide/data_types.html                         |  10 +-
 user_guide/global_index.html                       |   3 +-
 user_guide/manifest.html                           |   3 +-
 user_guide/prefetch.html                           |  50 ++-
 user_guide/primary_key_table.html                  |   3 +-
 user_guide/read.html                               |   3 +-
 user_guide/schema.html                             |   3 +-
 user_guide/snapshot.html                           |   3 +-
 user_guide/write.html                              |  72 +++--
 152 files changed, 1374 insertions(+), 1312 deletions(-)

Reply via email to