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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hive-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1b32bbb  deploy: 7416c53470eff07f5425cd992702f7991231a8cb
1b32bbb is described below

commit 1b32bbb9ce94583afd14879a0804d3c32b862658
Author: okumin <[email protected]>
AuthorDate: Wed Dec 17 08:41:06 2025 +0000

    deploy: 7416c53470eff07f5425cd992702f7991231a8cb
---
 development/desingdocs/design/index.html | 2 +-
 index.json                               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/development/desingdocs/design/index.html 
b/development/desingdocs/design/index.html
index b90013c..5909f68 100644
--- a/development/desingdocs/design/index.html
+++ b/development/desingdocs/design/index.html
@@ -225,7 +225,7 @@ Last updated: December 12, 2024
 <h3 id=metadata-objects>Metadata Objects</h3>
 <ul>
 <li>Database – is a namespace for tables. It can be used as an administrative 
unit in the future. The database &lsquo;default&rsquo; is used for tables with 
no user-supplied database name.</li>
-<li>Table – Metadata for a table contains list of columns, owner, storage and 
SerDe information. It can also contain any user-supplied key and value data. 
Storage information includes location of the underlying data, file inout and 
output formats and bucketing information. SerDe metadata includes the 
implementation class of serializer and deserializer and any supporting 
information required by the implementation. All of this information can be 
provided during creation of the table.</li>
+<li>Table – Metadata for a table contains list of columns, owner, storage and 
SerDe information. It can also contain any user-supplied key and value data. 
Storage information includes location of the underlying data, file input and 
output formats and bucketing information. SerDe metadata includes the 
implementation class of serializer and deserializer and any supporting 
information required by the implementation. All of this information can be 
provided during creation of the table.</li>
 <li>Partition – Each partition can have its own columns and SerDe and storage 
information. This facilitates schema changes without affecting older 
partitions.</li>
 </ul>
 <h3 id=metastore-architecture>Metastore Architecture</h3>
diff --git a/index.json b/index.json
index 83f9950..7814f63 100644
--- a/index.json
+++ b/index.json
@@ -1 +1 @@
-[{"categories":null,"contents":"Apache Hive : Iceberg REST Catalog API backed 
by Hive Metastore  Apache Hive : Iceberg REST Catalog API backed by Hive 
Metastore  Introduction Basic configurations Authentication  OAuth 2 JWT Simple 
None   Authorization Example: Minimal Setup with Docker      Introduction Hive 
Metastore offers Iceberg REST API endpoints for clients native to Apache 
Iceberg. Consequently, Iceberg users can access Iceberg tables via either Hive 
Metastore Thrift API (using Hi [...]
\ No newline at end of file
+[{"categories":null,"contents":"Apache Hive : Iceberg REST Catalog API backed 
by Hive Metastore  Apache Hive : Iceberg REST Catalog API backed by Hive 
Metastore  Introduction Basic configurations Authentication  OAuth 2 JWT Simple 
None   Authorization Example: Minimal Setup with Docker      Introduction Hive 
Metastore offers Iceberg REST API endpoints for clients native to Apache 
Iceberg. Consequently, Iceberg users can access Iceberg tables via either Hive 
Metastore Thrift API (using Hi [...]
\ No newline at end of file

Reply via email to