This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/paimon-website.git


 discard 886ab309c Build website and document
     new 21665835f Build website and document

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   (886ab309c)
            \
             N -- N -- N   refs/heads/asf-site (21665835f)

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:
 .github/workflows/build.yml                        |   17 +
 docs/{0.8/img => cpp/_images}/file-layout.png      |  Bin
 docs/cpp/_images/prefetch.svg                      |    4 +
 docs/{0.8/img => cpp/_images}/sorted-runs.png      |  Bin
 docs/cpp/_sources/api.rst.txt                      |   40 +
 docs/cpp/_sources/api/catalog.rst.txt              |   32 +
 docs/cpp/_sources/api/clean.rst.txt                |   37 +
 docs/cpp/_sources/api/commit.rst.txt               |   41 +
 docs/cpp/_sources/api/data_types.rst.txt           |   37 +
 docs/cpp/_sources/api/defs.rst.txt                 |   31 +
 docs/cpp/_sources/api/executor.rst.txt             |   37 +
 docs/cpp/_sources/api/file_format.rst.txt          |   57 +
 docs/cpp/_sources/api/file_index.rst.txt           |   53 +
 docs/cpp/_sources/api/file_system.rst.txt          |   51 +
 docs/cpp/_sources/api/global_index.rst.txt         |   77 +
 docs/cpp/_sources/api/io.rst.txt                   |   41 +
 docs/cpp/_sources/api/memory.rst.txt               |   37 +
 docs/cpp/_sources/api/predicate.rst.txt            |   52 +
 docs/cpp/_sources/api/read.rst.txt                 |   41 +
 docs/cpp/_sources/api/scan.rst.txt                 |   53 +
 docs/cpp/_sources/api/write.rst.txt                |   45 +
 docs/cpp/_sources/basic_concepts.rst.txt           |   89 +
 docs/cpp/_sources/build_system.rst.txt             |   96 +
 docs/cpp/_sources/building.rst.txt                 |  288 +++
 docs/cpp/_sources/documentations.rst.txt           |   68 +
 docs/cpp/_sources/examples/clean.rst.txt           |   26 +
 docs/cpp/_sources/examples/index.rst.txt           |   25 +
 .../examples/write_commit_scan_read.rst.txt        |   26 +
 docs/cpp/_sources/getting_started.rst.txt          |   37 +
 docs/cpp/_sources/index.rst.txt                    |  108 +
 docs/cpp/_sources/user_guide.rst.txt               |   40 +
 .../_sources/user_guide/append_only_table.rst.txt  |   26 +
 docs/cpp/_sources/user_guide/arrow.rst.txt         |  125 +
 docs/cpp/_sources/user_guide/catalog.rst.txt       |   37 +
 docs/cpp/_sources/user_guide/clean.rst.txt         |  162 ++
 docs/cpp/_sources/user_guide/commit.rst.txt        |  126 +
 docs/cpp/_sources/user_guide/compaction.rst.txt    |  216 ++
 docs/cpp/_sources/user_guide/data_types.rst.txt    |  212 ++
 docs/cpp/_sources/user_guide/global_index.rst.txt  |   87 +
 docs/cpp/_sources/user_guide/manifest.rst.txt      |  132 +
 docs/cpp/_sources/user_guide/prefetch.rst.txt      |   48 +
 .../_sources/user_guide/primary_key_table.rst.txt  |   82 +
 docs/cpp/_sources/user_guide/read.rst.txt          |  302 +++
 docs/cpp/_sources/user_guide/schema.rst.txt        |  135 +
 docs/cpp/_sources/user_guide/snapshot.rst.txt      |   67 +
 docs/cpp/_sources/user_guide/write.rst.txt         |  166 ++
 docs/cpp/_sphinx_design_static/design-tabs.js      |  101 +
 .../_sphinx_design_static/sphinx-design.min.css    |    1 +
 docs/cpp/_static/base-stemmer.js                   |  476 ++++
 docs/cpp/_static/basic.css                         |  906 +++++++
 docs/cpp/_static/check-solid.svg                   |    4 +
 docs/cpp/_static/clipboard.min.js                  |    7 +
 docs/cpp/_static/copy-button.svg                   |    5 +
 docs/cpp/_static/copybutton.css                    |   94 +
 docs/cpp/_static/copybutton.js                     |  248 ++
 docs/cpp/_static/copybutton_funcs.js               |   73 +
 docs/cpp/_static/design-tabs.js                    |  101 +
 docs/cpp/_static/doctools.js                       |  150 ++
 docs/cpp/_static/documentation_options.js          |   13 +
 docs/cpp/_static/english-stemmer.js                | 1066 ++++++++
 docs/{0.8/img => cpp/_static}/file-layout.png      |  Bin
 docs/cpp/_static/file.png                          |  Bin 0 -> 286 bytes
 docs/cpp/_static/language_data.js                  |   13 +
 docs/cpp/_static/minus.png                         |  Bin 0 -> 90 bytes
 docs/cpp/_static/plus.png                          |  Bin 0 -> 90 bytes
 docs/cpp/_static/prefetch.svg                      |    4 +
 docs/cpp/_static/pygments.css                      |  152 ++
 docs/cpp/_static/scripts/bootstrap.js              |    3 +
 docs/cpp/_static/scripts/bootstrap.js.LICENSE.txt  |    5 +
 docs/cpp/_static/scripts/bootstrap.js.map          |    1 +
 docs/cpp/_static/scripts/fontawesome.js            |    3 +
 .../cpp/_static/scripts/fontawesome.js.LICENSE.txt |    5 +
 docs/cpp/_static/scripts/fontawesome.js.map        |    1 +
 docs/cpp/_static/scripts/pydata-sphinx-theme.js    |    2 +
 .../cpp/_static/scripts/pydata-sphinx-theme.js.map |    1 +
 docs/cpp/_static/searchtools.js                    |  693 +++++
 docs/{0.8/img => cpp/_static}/sorted-runs.png      |  Bin
 docs/cpp/_static/sphinx-design.min.css             |    1 +
 docs/cpp/_static/sphinx_highlight.js               |  159 ++
 docs/cpp/_static/styles/pydata-sphinx-theme.css    |   27 +
 .../cpp/_static/styles/pydata-sphinx-theme.css.map |    1 +
 docs/cpp/_static/styles/theme.css                  |    2 +
 docs/cpp/_static/theme_overrides.css               |   86 +
 .../fontawesome/webfonts/fa-brands-400.woff2       |  Bin 0 -> 110088 bytes
 .../fontawesome/webfonts/fa-regular-400.woff2      |  Bin 0 -> 18924 bytes
 .../vendor/fontawesome/webfonts/fa-solid-900.woff2 |  Bin 0 -> 114740 bytes
 docs/cpp/_static/versions.json                     |    7 +
 docs/cpp/_static/webpack-macros.html               |   24 +
 docs/cpp/api.html                                  |  810 ++++++
 docs/cpp/api/catalog.html                          |  972 +++++++
 docs/cpp/api/clean.html                            |  851 +++++++
 docs/cpp/api/commit.html                           | 1099 ++++++++
 docs/cpp/api/data_types.html                       | 1059 ++++++++
 docs/cpp/api/defs.html                             | 1594 ++++++++++++
 docs/cpp/api/executor.html                         |  626 +++++
 docs/cpp/api/file_format.html                      | 1099 ++++++++
 docs/cpp/api/file_index.html                       | 1059 ++++++++
 docs/cpp/api/file_system.html                      | 1171 +++++++++
 docs/cpp/api/global_index.html                     | 1551 +++++++++++
 docs/cpp/api/io.html                               | 1020 ++++++++
 docs/cpp/api/memory.html                           | 1005 ++++++++
 docs/cpp/api/predicate.html                        | 1387 ++++++++++
 docs/cpp/api/read.html                             | 1291 ++++++++++
 docs/cpp/api/scan.html                             | 1104 ++++++++
 docs/cpp/api/write.html                            | 1284 ++++++++++
 docs/cpp/basic_concepts.html                       |  606 +++++
 docs/cpp/build_system.html                         |  615 +++++
 docs/cpp/building.html                             |  780 ++++++
 docs/cpp/documentations.html                       |  581 +++++
 docs/cpp/examples/clean.html                       |  527 ++++
 docs/cpp/examples/index.html                       |  528 ++++
 docs/cpp/examples/write_commit_scan_read.html      |  527 ++++
 docs/cpp/genindex.html                             | 2689 ++++++++++++++++++++
 docs/cpp/getting_started.html                      |  577 +++++
 docs/cpp/index.html                                |  533 ++++
 docs/cpp/objects.inv                               |  Bin 0 -> 38527 bytes
 docs/cpp/search.html                               |  972 +++++++
 docs/cpp/searchindex.js                            |    1 +
 docs/cpp/user_guide.html                           |  687 +++++
 docs/cpp/user_guide/append_only_table.html         |  544 ++++
 docs/cpp/user_guide/arrow.html                     |  664 +++++
 docs/cpp/user_guide/catalog.html                   |  568 +++++
 docs/cpp/user_guide/clean.html                     |  721 ++++++
 docs/cpp/user_guide/commit.html                    |  664 +++++
 docs/cpp/user_guide/compaction.html                |  794 ++++++
 docs/cpp/user_guide/data_types.html                |  730 ++++++
 docs/cpp/user_guide/global_index.html              |  625 +++++
 docs/cpp/user_guide/manifest.html                  |  662 +++++
 docs/cpp/user_guide/prefetch.html                  |  576 +++++
 docs/cpp/user_guide/primary_key_table.html         |  604 +++++
 docs/cpp/user_guide/read.html                      |  881 +++++++
 docs/cpp/user_guide/schema.html                    |  661 +++++
 docs/cpp/user_guide/snapshot.html                  |  595 +++++
 docs/cpp/user_guide/write.html                     |  715 ++++++
 docs/master/404.html                               |    4 +-
 docs/master/append-table/bucketed/index.html       |    4 +-
 .../append-table/incremental-clustering/index.html |    4 +-
 docs/master/append-table/index.html                |    4 +-
 docs/master/append-table/row-tracking/index.html   |    4 +-
 .../{08f6b174.fe722ae7.js => 08f6b174.c7b980fc.js} |    2 +-
 docs/master/assets/js/0b77310b.19b37480.js         |    1 -
 docs/master/assets/js/0b77310b.52aa68a8.js         |    1 +
 docs/master/assets/js/168c1214.8ed4f2c0.js         |    1 -
 docs/master/assets/js/168c1214.f2e1a256.js         |    1 +
 docs/master/assets/js/286fb121.494c8e10.js         |    1 -
 docs/master/assets/js/286fb121.8c9cb6cd.js         |    1 +
 .../js/{4809.2a55a8e1.js => 4809.0eb15490.js}      |    2 +-
 docs/master/assets/js/89a4f7bd.2c3f5f06.js         |    1 +
 docs/master/assets/js/9dabd89b.4b19d0bd.js         |    1 -
 docs/master/assets/js/9dabd89b.9b7af81c.js         |    1 +
 docs/master/assets/js/d240e7ce.4e8c7afe.js         |    1 +
 docs/master/assets/js/d240e7ce.b0f21a6f.js         |    1 -
 docs/master/assets/js/dade1bbd.44f32ff8.js         |    1 +
 docs/master/assets/js/dade1bbd.65943bfb.js         |    1 -
 docs/master/assets/js/ff75f56f.2a97f711.js         |    1 +
 docs/master/assets/js/ff75f56f.cbef3bf5.js         |    1 -
 docs/master/assets/js/main.225f5bf4.js             |    2 +
 ...js.LICENSE.txt => main.225f5bf4.js.LICENSE.txt} |    0
 docs/master/assets/js/main.65570c98.js             |    2 -
 docs/master/assets/js/runtime~main.0ff04348.js     |    1 -
 docs/master/assets/js/runtime~main.fb50fdc2.js     |    1 +
 docs/master/cdc-ingestion/flink-cdc/index.html     |    4 +-
 docs/master/cdc-ingestion/index.html               |    4 +-
 docs/master/cdc-ingestion/kafka-cdc/index.html     |    4 +-
 docs/master/cdc-ingestion/mongo-cdc/index.html     |    4 +-
 docs/master/cdc-ingestion/mysql-cdc/index.html     |    4 +-
 docs/master/cdc-ingestion/postgres-cdc/index.html  |    4 +-
 docs/master/cdc-ingestion/pulsar-cdc/index.html    |    4 +-
 docs/master/concepts/basic-concepts/index.html     |    4 +-
 docs/master/concepts/catalog/index.html            |    4 +-
 .../master/concepts/concurrency-control/index.html |    4 +-
 docs/master/concepts/data-types/index.html         |    4 +-
 docs/master/concepts/functions/index.html          |    4 +-
 docs/master/concepts/index.html                    |    4 +-
 docs/master/concepts/rest/bear/index.html          |    4 +-
 docs/master/concepts/rest/dlf/index.html           |    4 +-
 docs/master/concepts/rest/index.html               |    4 +-
 docs/master/concepts/rest/pvfs/index.html          |    4 +-
 docs/master/concepts/rest/rest-api/index.html      |    4 +-
 docs/master/concepts/rest/tables/index.html        |    4 +-
 docs/master/concepts/spec/datafile/index.html      |    4 +-
 docs/master/concepts/spec/fileformat/index.html    |    4 +-
 docs/master/concepts/spec/fileindex/index.html     |    4 +-
 docs/master/concepts/spec/index.html               |    4 +-
 docs/master/concepts/spec/manifest/index.html      |    4 +-
 docs/master/concepts/spec/rowformat/index.html     |    4 +-
 docs/master/concepts/spec/schema/index.html        |    4 +-
 docs/master/concepts/spec/snapshot/index.html      |    4 +-
 docs/master/concepts/spec/tableindex/index.html    |    4 +-
 docs/master/concepts/system-tables/index.html      |    4 +-
 docs/master/concepts/views/index.html              |    4 +-
 docs/master/ecosystem/amoro/index.html             |    4 +-
 docs/master/ecosystem/doris/index.html             |    4 +-
 docs/master/ecosystem/hive/index.html              |    4 +-
 docs/master/ecosystem/index.html                   |    4 +-
 docs/master/ecosystem/starrocks/index.html         |    4 +-
 docs/master/ecosystem/trino/index.html             |    4 +-
 docs/master/flink/action-jars/index.html           |    6 +-
 docs/master/flink/consumer-id/index.html           |    6 +-
 docs/master/flink/default-value/index.html         |    6 +-
 docs/master/flink/index.html                       |    6 +-
 docs/master/flink/lineage/index.html               |   29 +
 docs/master/flink/procedures/index.html            |   35 +-
 docs/master/flink/quick-start/index.html           |    6 +-
 docs/master/flink/savepoint/index.html             |    8 +-
 docs/master/flink/sql-alter/index.html             |    6 +-
 docs/master/flink/sql-ddl/index.html               |    6 +-
 docs/master/flink/sql-lookup/index.html            |    6 +-
 docs/master/flink/sql-query/index.html             |    6 +-
 docs/master/flink/sql-write/index.html             |    6 +-
 docs/master/iceberg/append-table/index.html        |    4 +-
 docs/master/iceberg/configurations/index.html      |    4 +-
 docs/master/iceberg/ecosystem/index.html           |    4 +-
 docs/master/iceberg/hive-catalog/index.html        |    4 +-
 docs/master/iceberg/iceberg-tags/index.html        |    4 +-
 docs/master/iceberg/index.html                     |    4 +-
 docs/master/iceberg/primary-key-table/index.html   |    4 +-
 docs/master/iceberg/rest-catalog/index.html        |    4 +-
 docs/master/index.html                             |    4 +-
 docs/master/learn-paimon/index.html                |    4 +-
 docs/master/learn-paimon/scenario-guide/index.html |    4 +-
 .../learn-paimon/understand-files/index.html       |    4 +-
 docs/master/maintenance/configurations/index.html  |   28 +-
 .../maintenance/dedicated-compaction/index.html    |    4 +-
 docs/master/maintenance/filesystems/index.html     |    4 +-
 docs/master/maintenance/index.html                 |    4 +-
 docs/master/maintenance/manage-branches/index.html |    4 +-
 .../maintenance/manage-partitions/index.html       |    4 +-
 .../maintenance/manage-privileges/index.html       |    4 +-
 .../master/maintenance/manage-snapshots/index.html |    4 +-
 docs/master/maintenance/manage-tags/index.html     |    4 +-
 docs/master/maintenance/metrics/index.html         |    4 +-
 docs/master/maintenance/rescale-bucket/index.html  |    4 +-
 .../maintenance/write-performance/index.html       |    6 +-
 docs/master/migration/clone-to-paimon/index.html   |    4 +-
 docs/master/migration/index.html                   |    4 +-
 .../migration/migration-from-hive/index.html       |    4 +-
 .../migration/upsert-to-partitioned/index.html     |    4 +-
 docs/master/multimodal-table/blob/index.html       |    4 +-
 .../multimodal-table/data-evolution/index.html     |   13 +-
 .../global-index/bitmap/index.html                 |    4 +-
 .../multimodal-table/global-index/btree/index.html |    4 +-
 .../global-index/full-text/index.html              |    4 +-
 .../global-index/hybrid-search/index.html          |    4 +-
 .../multimodal-table/global-index/index.html       |    4 +-
 .../global-index/vector/index.html                 |    4 +-
 docs/master/multimodal-table/index.html            |    4 +-
 docs/master/multimodal-table/vector/index.html     |    4 +-
 .../primary-key-table/chain-table/index.html       |    4 +-
 .../changelog-producer/index.html                  |    4 +-
 .../master/primary-key-table/compaction/index.html |    4 +-
 .../primary-key-table/data-distribution/index.html |    4 +-
 docs/master/primary-key-table/index.html           |    4 +-
 .../merge-engine/aggregation/index.html            |    4 +-
 .../merge-engine/first-row/index.html              |    4 +-
 .../primary-key-table/merge-engine/index.html      |    4 +-
 .../merge-engine/partial-update/index.html         |    4 +-
 .../pk-clustering-override/index.html              |    4 +-
 .../primary-key-table/query-performance/index.html |    4 +-
 .../primary-key-table/sequence-rowkind/index.html  |    4 +-
 .../master/primary-key-table/table-mode/index.html |    4 +-
 docs/master/program-api/catalog-api/index.html     |    4 +-
 docs/master/program-api/cpp-api/index.html         |    4 +-
 docs/master/program-api/file-cache/index.html      |    4 +-
 docs/master/program-api/flink-api/index.html       |    4 +-
 docs/master/program-api/index.html                 |    4 +-
 docs/master/program-api/java-api/index.html        |    4 +-
 docs/master/program-api/rest-api/index.html        |    4 +-
 docs/master/program-api/rust-api/index.html        |    4 +-
 docs/master/project/committer/index.html           |    4 +-
 docs/master/project/contributing/index.html        |    4 +-
 docs/master/project/download/index.html            |    4 +-
 docs/master/project/index.html                     |    4 +-
 docs/master/project/security/index.html            |    4 +-
 docs/master/pypaimon/blob/index.html               |    4 +-
 docs/master/pypaimon/cli/index.html                |    4 +-
 docs/master/pypaimon/daft/index.html               |   17 +-
 docs/master/pypaimon/data-evolution/index.html     |    4 +-
 docs/master/pypaimon/fuse-support/index.html       |    4 +-
 docs/master/pypaimon/index.html                    |    4 +-
 docs/master/pypaimon/manage-tags/index.html        |    4 +-
 docs/master/pypaimon/multimodal-api/index.html     |    4 +-
 docs/master/pypaimon/pyjindosdk-support/index.html |    4 +-
 docs/master/pypaimon/python-api/index.html         |    4 +-
 docs/master/pypaimon/pytorch/index.html            |    4 +-
 docs/master/pypaimon/ray-data/index.html           |    4 +-
 docs/master/pypaimon/sql/index.html                |    4 +-
 docs/master/pypaimon/system-tables/index.html      |    4 +-
 docs/master/search-index.json                      |    2 +-
 docs/master/search/index.html                      |    4 +-
 docs/master/sitemap.xml                            |    2 +-
 docs/master/spark/auxiliary/index.html             |    4 +-
 docs/master/spark/dataframe/index.html             |    4 +-
 docs/master/spark/default-value/index.html         |    4 +-
 docs/master/spark/index.html                       |    6 +-
 docs/master/spark/procedures/index.html            |    4 +-
 docs/master/spark/quick-start/index.html           |    4 +-
 docs/master/spark/sql-alter/index.html             |    4 +-
 docs/master/spark/sql-ddl/index.html               |    4 +-
 docs/master/spark/sql-functions/index.html         |    4 +-
 docs/master/spark/sql-query/index.html             |    4 +-
 docs/master/spark/sql-upsert/index.html            |    4 +-
 docs/master/spark/sql-write/index.html             |    4 +-
 docs/master/spark/structured-streaming/index.html  |    4 +-
 docs/master/versions/index.html                    |    4 +-
 docs/rust/getting-started/index.html               |  258 +-
 docs/rust/search/search_index.json                 |    2 +-
 docs/rust/sitemap.xml                              |   18 +-
 docs/rust/sitemap.xml.gz                           |  Bin 280 -> 280 bytes
 docs/rust/sql/index.html                           | 1163 +++++----
 310 files changed, 47769 insertions(+), 972 deletions(-)
 copy docs/{0.8/img => cpp/_images}/file-layout.png (100%)
 create mode 100644 docs/cpp/_images/prefetch.svg
 copy docs/{0.8/img => cpp/_images}/sorted-runs.png (100%)
 create mode 100644 docs/cpp/_sources/api.rst.txt
 create mode 100644 docs/cpp/_sources/api/catalog.rst.txt
 create mode 100644 docs/cpp/_sources/api/clean.rst.txt
 create mode 100644 docs/cpp/_sources/api/commit.rst.txt
 create mode 100644 docs/cpp/_sources/api/data_types.rst.txt
 create mode 100644 docs/cpp/_sources/api/defs.rst.txt
 create mode 100644 docs/cpp/_sources/api/executor.rst.txt
 create mode 100644 docs/cpp/_sources/api/file_format.rst.txt
 create mode 100644 docs/cpp/_sources/api/file_index.rst.txt
 create mode 100644 docs/cpp/_sources/api/file_system.rst.txt
 create mode 100644 docs/cpp/_sources/api/global_index.rst.txt
 create mode 100644 docs/cpp/_sources/api/io.rst.txt
 create mode 100644 docs/cpp/_sources/api/memory.rst.txt
 create mode 100644 docs/cpp/_sources/api/predicate.rst.txt
 create mode 100644 docs/cpp/_sources/api/read.rst.txt
 create mode 100644 docs/cpp/_sources/api/scan.rst.txt
 create mode 100644 docs/cpp/_sources/api/write.rst.txt
 create mode 100644 docs/cpp/_sources/basic_concepts.rst.txt
 create mode 100644 docs/cpp/_sources/build_system.rst.txt
 create mode 100644 docs/cpp/_sources/building.rst.txt
 create mode 100644 docs/cpp/_sources/documentations.rst.txt
 create mode 100644 docs/cpp/_sources/examples/clean.rst.txt
 create mode 100644 docs/cpp/_sources/examples/index.rst.txt
 create mode 100644 docs/cpp/_sources/examples/write_commit_scan_read.rst.txt
 create mode 100644 docs/cpp/_sources/getting_started.rst.txt
 create mode 100644 docs/cpp/_sources/index.rst.txt
 create mode 100644 docs/cpp/_sources/user_guide.rst.txt
 create mode 100644 docs/cpp/_sources/user_guide/append_only_table.rst.txt
 create mode 100644 docs/cpp/_sources/user_guide/arrow.rst.txt
 create mode 100644 docs/cpp/_sources/user_guide/catalog.rst.txt
 create mode 100644 docs/cpp/_sources/user_guide/clean.rst.txt
 create mode 100644 docs/cpp/_sources/user_guide/commit.rst.txt
 create mode 100644 docs/cpp/_sources/user_guide/compaction.rst.txt
 create mode 100644 docs/cpp/_sources/user_guide/data_types.rst.txt
 create mode 100644 docs/cpp/_sources/user_guide/global_index.rst.txt
 create mode 100644 docs/cpp/_sources/user_guide/manifest.rst.txt
 create mode 100644 docs/cpp/_sources/user_guide/prefetch.rst.txt
 create mode 100644 docs/cpp/_sources/user_guide/primary_key_table.rst.txt
 create mode 100644 docs/cpp/_sources/user_guide/read.rst.txt
 create mode 100644 docs/cpp/_sources/user_guide/schema.rst.txt
 create mode 100644 docs/cpp/_sources/user_guide/snapshot.rst.txt
 create mode 100644 docs/cpp/_sources/user_guide/write.rst.txt
 create mode 100644 docs/cpp/_sphinx_design_static/design-tabs.js
 create mode 100644 docs/cpp/_sphinx_design_static/sphinx-design.min.css
 create mode 100644 docs/cpp/_static/base-stemmer.js
 create mode 100644 docs/cpp/_static/basic.css
 create mode 100644 docs/cpp/_static/check-solid.svg
 create mode 100644 docs/cpp/_static/clipboard.min.js
 create mode 100644 docs/cpp/_static/copy-button.svg
 create mode 100644 docs/cpp/_static/copybutton.css
 create mode 100644 docs/cpp/_static/copybutton.js
 create mode 100644 docs/cpp/_static/copybutton_funcs.js
 create mode 100644 docs/cpp/_static/design-tabs.js
 create mode 100644 docs/cpp/_static/doctools.js
 create mode 100644 docs/cpp/_static/documentation_options.js
 create mode 100644 docs/cpp/_static/english-stemmer.js
 copy docs/{0.8/img => cpp/_static}/file-layout.png (100%)
 create mode 100644 docs/cpp/_static/file.png
 create mode 100644 docs/cpp/_static/language_data.js
 create mode 100644 docs/cpp/_static/minus.png
 create mode 100644 docs/cpp/_static/plus.png
 create mode 100644 docs/cpp/_static/prefetch.svg
 create mode 100644 docs/cpp/_static/pygments.css
 create mode 100644 docs/cpp/_static/scripts/bootstrap.js
 create mode 100644 docs/cpp/_static/scripts/bootstrap.js.LICENSE.txt
 create mode 100644 docs/cpp/_static/scripts/bootstrap.js.map
 create mode 100644 docs/cpp/_static/scripts/fontawesome.js
 create mode 100644 docs/cpp/_static/scripts/fontawesome.js.LICENSE.txt
 create mode 100644 docs/cpp/_static/scripts/fontawesome.js.map
 create mode 100644 docs/cpp/_static/scripts/pydata-sphinx-theme.js
 create mode 100644 docs/cpp/_static/scripts/pydata-sphinx-theme.js.map
 create mode 100644 docs/cpp/_static/searchtools.js
 copy docs/{0.8/img => cpp/_static}/sorted-runs.png (100%)
 create mode 100644 docs/cpp/_static/sphinx-design.min.css
 create mode 100644 docs/cpp/_static/sphinx_highlight.js
 create mode 100644 docs/cpp/_static/styles/pydata-sphinx-theme.css
 create mode 100644 docs/cpp/_static/styles/pydata-sphinx-theme.css.map
 create mode 100644 docs/cpp/_static/styles/theme.css
 create mode 100644 docs/cpp/_static/theme_overrides.css
 create mode 100644 
docs/cpp/_static/vendor/fontawesome/webfonts/fa-brands-400.woff2
 create mode 100644 
docs/cpp/_static/vendor/fontawesome/webfonts/fa-regular-400.woff2
 create mode 100644 
docs/cpp/_static/vendor/fontawesome/webfonts/fa-solid-900.woff2
 create mode 100644 docs/cpp/_static/versions.json
 create mode 100644 docs/cpp/_static/webpack-macros.html
 create mode 100644 docs/cpp/api.html
 create mode 100644 docs/cpp/api/catalog.html
 create mode 100644 docs/cpp/api/clean.html
 create mode 100644 docs/cpp/api/commit.html
 create mode 100644 docs/cpp/api/data_types.html
 create mode 100644 docs/cpp/api/defs.html
 create mode 100644 docs/cpp/api/executor.html
 create mode 100644 docs/cpp/api/file_format.html
 create mode 100644 docs/cpp/api/file_index.html
 create mode 100644 docs/cpp/api/file_system.html
 create mode 100644 docs/cpp/api/global_index.html
 create mode 100644 docs/cpp/api/io.html
 create mode 100644 docs/cpp/api/memory.html
 create mode 100644 docs/cpp/api/predicate.html
 create mode 100644 docs/cpp/api/read.html
 create mode 100644 docs/cpp/api/scan.html
 create mode 100644 docs/cpp/api/write.html
 create mode 100644 docs/cpp/basic_concepts.html
 create mode 100644 docs/cpp/build_system.html
 create mode 100644 docs/cpp/building.html
 create mode 100644 docs/cpp/documentations.html
 create mode 100644 docs/cpp/examples/clean.html
 create mode 100644 docs/cpp/examples/index.html
 create mode 100644 docs/cpp/examples/write_commit_scan_read.html
 create mode 100644 docs/cpp/genindex.html
 create mode 100644 docs/cpp/getting_started.html
 create mode 100644 docs/cpp/index.html
 create mode 100644 docs/cpp/objects.inv
 create mode 100644 docs/cpp/search.html
 create mode 100644 docs/cpp/searchindex.js
 create mode 100644 docs/cpp/user_guide.html
 create mode 100644 docs/cpp/user_guide/append_only_table.html
 create mode 100644 docs/cpp/user_guide/arrow.html
 create mode 100644 docs/cpp/user_guide/catalog.html
 create mode 100644 docs/cpp/user_guide/clean.html
 create mode 100644 docs/cpp/user_guide/commit.html
 create mode 100644 docs/cpp/user_guide/compaction.html
 create mode 100644 docs/cpp/user_guide/data_types.html
 create mode 100644 docs/cpp/user_guide/global_index.html
 create mode 100644 docs/cpp/user_guide/manifest.html
 create mode 100644 docs/cpp/user_guide/prefetch.html
 create mode 100644 docs/cpp/user_guide/primary_key_table.html
 create mode 100644 docs/cpp/user_guide/read.html
 create mode 100644 docs/cpp/user_guide/schema.html
 create mode 100644 docs/cpp/user_guide/snapshot.html
 create mode 100644 docs/cpp/user_guide/write.html
 rename docs/master/assets/js/{08f6b174.fe722ae7.js => 08f6b174.c7b980fc.js} 
(99%)
 delete mode 100644 docs/master/assets/js/0b77310b.19b37480.js
 create mode 100644 docs/master/assets/js/0b77310b.52aa68a8.js
 delete mode 100644 docs/master/assets/js/168c1214.8ed4f2c0.js
 create mode 100644 docs/master/assets/js/168c1214.f2e1a256.js
 delete mode 100644 docs/master/assets/js/286fb121.494c8e10.js
 create mode 100644 docs/master/assets/js/286fb121.8c9cb6cd.js
 rename docs/master/assets/js/{4809.2a55a8e1.js => 4809.0eb15490.js} (94%)
 create mode 100644 docs/master/assets/js/89a4f7bd.2c3f5f06.js
 delete mode 100644 docs/master/assets/js/9dabd89b.4b19d0bd.js
 create mode 100644 docs/master/assets/js/9dabd89b.9b7af81c.js
 create mode 100644 docs/master/assets/js/d240e7ce.4e8c7afe.js
 delete mode 100644 docs/master/assets/js/d240e7ce.b0f21a6f.js
 create mode 100644 docs/master/assets/js/dade1bbd.44f32ff8.js
 delete mode 100644 docs/master/assets/js/dade1bbd.65943bfb.js
 create mode 100644 docs/master/assets/js/ff75f56f.2a97f711.js
 delete mode 100644 docs/master/assets/js/ff75f56f.cbef3bf5.js
 create mode 100644 docs/master/assets/js/main.225f5bf4.js
 rename docs/master/assets/js/{main.65570c98.js.LICENSE.txt => 
main.225f5bf4.js.LICENSE.txt} (100%)
 delete mode 100644 docs/master/assets/js/main.65570c98.js
 delete mode 100644 docs/master/assets/js/runtime~main.0ff04348.js
 create mode 100644 docs/master/assets/js/runtime~main.fb50fdc2.js
 create mode 100644 docs/master/flink/lineage/index.html

Reply via email to