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/parquet-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new dc2b86e  deploy: 440fe9c6fcd7c61128d4166434a4486439d58b28
dc2b86e is described below

commit dc2b86e28c03738d912a8b30aa1dc1e3edb152b6
Author: emkornfield <[email protected]>
AuthorDate: Sun Dec 14 05:27:31 2025 +0000

    deploy: 440fe9c6fcd7c61128d4166434a4486439d58b28
---
 output/_print/docs/file-format/index.html               |  2 +-
 output/_print/docs/index.html                           |  2 +-
 output/docs/file-format/implementationstatus/index.html | 16 ++++++----------
 output/docs/file-format/index.xml                       | 11 ++++++-----
 output/index.xml                                        | 11 ++++++-----
 output/sitemap.xml                                      |  2 +-
 6 files changed, 21 insertions(+), 23 deletions(-)

diff --git a/output/_print/docs/file-format/index.html 
b/output/_print/docs/file-format/index.html
index 8fc776f..9be10ff 100644
--- a/output/_print/docs/file-format/index.html
+++ b/output/_print/docs/file-format/index.html
@@ -1692,6 +1692,6 @@ initialize a scanner for each column and fast forward 
them to the start row of
 the scan.</p><p>The <code>min_values</code> and <code>max_values</code> are 
calculated based on the <code>column_orders</code>
 field in the <code>FileMetaData</code> struct of the footer.</p></div><div 
class=td-content style=page-break-before:always><h1 
id=pg-e0ad5830788d45de8b55e0c2b119349a>11 - Implementation status</h1><p>This 
page summarizes the features supported by different Parquet
 implementations.</p><p><em>Note</em>: If you find out of date information, 
please help us improve the accuracy
-of this page by opening an issue or submitting a pull request.</p><h3 
id=legend>Legend</h3><p>The value in each box means:</p><ul><li>✅: 
supported</li><li>❌: not supported</li><li>(R/W): partial reader/writer only 
support</li><li>(blank): no data</li></ul><p>Implementations:</p><ul><li><a 
href=https://github.com/apache/arrow/tree/main/cpp/src/parquet>arrow</a> 
(C++)</li><li><a href=https://github.com/apache/parquet-java>parquet-java</a> 
(Java)</li><li><a href=https://github.com/apache/ar [...]
+of this page by opening an issue or submitting a pull request.</p><h3 
id=legend>Legend</h3><p>The value in each box means:</p><ul><li>✅: supported. 
Footnote added when support is partial.</li><li>❌: not supported</li><li>(R): 
only read support</li><li>(W): only write support</li><li>(blank): no 
data</li></ul><h3 id=implementations>Implementations</h3><ul><li><a 
href=https://github.com/apache/arrow/tree/main/cpp/src/parquet>arrow</a> 
(C++)</li><li><a href=https://github.com/apache/parquet [...]
 2025
 <span class=td-footer__authors>Apache Parquet</span></span><span 
class=td-footer__all_rights_reserved>All Rights Reserved</span><span 
class=ms-2><a href=https://policies.google.com/privacy target=_blank 
rel=noopener>Privacy Policy</a></span></div></div></div></footer></div><script 
src=/js/main.min.127f48c815760e8c1346474ec609632241944fd383a1b8a5f849b29478b9283a.js
 integrity="sha256-En9IyBV2DowTRkdOxgljIkGUT9ODobil+EmylHi5KDo=" 
crossorigin=anonymous></script><script defer src=/js/click-to [...]
\ No newline at end of file
diff --git a/output/_print/docs/index.html b/output/_print/docs/index.html
index ce65d00..7e50fae 100644
--- a/output/_print/docs/index.html
+++ b/output/_print/docs/index.html
@@ -1708,7 +1708,7 @@ initialize a scanner for each column and fast forward 
them to the start row of
 the scan.</p><p>The <code>min_values</code> and <code>max_values</code> are 
calculated based on the <code>column_orders</code>
 field in the <code>FileMetaData</code> struct of the footer.</p></div><div 
class=td-content style=page-break-before:always><h1 
id=pg-e0ad5830788d45de8b55e0c2b119349a>3.11 - Implementation status</h1><p>This 
page summarizes the features supported by different Parquet
 implementations.</p><p><em>Note</em>: If you find out of date information, 
please help us improve the accuracy
-of this page by opening an issue or submitting a pull request.</p><h3 
id=legend>Legend</h3><p>The value in each box means:</p><ul><li>✅: 
supported</li><li>❌: not supported</li><li>(R/W): partial reader/writer only 
support</li><li>(blank): no data</li></ul><p>Implementations:</p><ul><li><a 
href=https://github.com/apache/arrow/tree/main/cpp/src/parquet>arrow</a> 
(C++)</li><li><a href=https://github.com/apache/parquet-java>parquet-java</a> 
(Java)</li><li><a href=https://github.com/apache/ar [...]
+of this page by opening an issue or submitting a pull request.</p><h3 
id=legend>Legend</h3><p>The value in each box means:</p><ul><li>✅: supported. 
Footnote added when support is partial.</li><li>❌: not supported</li><li>(R): 
only read support</li><li>(W): only write support</li><li>(blank): no 
data</li></ul><h3 id=implementations>Implementations</h3><ul><li><a 
href=https://github.com/apache/arrow/tree/main/cpp/src/parquet>arrow</a> 
(C++)</li><li><a href=https://github.com/apache/parquet [...]
 Java resources can be build using <code>mvn package</code>. The current stable 
version should always be available from Maven Central.</p><p>C++ thrift 
resources can be generated via make.</p><p>Thrift can be also code-genned into 
any other thrift-supported language.</p></div><div class=td-content 
style=page-break-before:always><h1 id=pg-47cac26307c77b16f1b9e75c1e46efec>4.3 - 
Contributing to Parquet-Java</h1><div class=lead>How to contribute to 
Parquet-Java</div><h2 id=pull-requests>Pull  [...]
 </span></span></span><span style=display:flex><span><span 
style=color:#8f5902;font-style:italic> * @param c the current class
 </span></span></span><span style=display:flex><span><span 
style=color:#8f5902;font-style:italic> * @return the corresponding logger
diff --git a/output/docs/file-format/implementationstatus/index.html 
b/output/docs/file-format/implementationstatus/index.html
index dda5ccf..65c0c8b 100644
--- a/output/docs/file-format/implementationstatus/index.html
+++ b/output/docs/file-format/implementationstatus/index.html
@@ -1,26 +1,22 @@
 <!doctype html><html itemscope itemtype=http://schema.org/WebPage lang=en 
class=no-js><head><meta charset=utf-8><meta name=viewport 
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=robots 
content="index, follow"><link rel="shortcut icon" 
href=/favicons/favicon.ico><link rel=apple-touch-icon 
href=/favicons/apple-touch-icon-180x180.png sizes=180x180><link rel=icon 
type=image/png href=/favicons/favicon-16x16.png sizes=16x16><link rel=icon 
type=image/png href=/favicon [...]
 Note: If you find out of date information, please help us improve the accuracy 
of this page by opening an issue or submitting a pull request.
 Legend The value in each box means:
-✅: supported ❌: not supported (R/W): partial reader/writer only support 
(blank): no data Implementations:
-arrow (C++) parquet-java (Java) arrow-go (Go) arrow-rs (Rust) cudf (cuDF C++) 
hyparquet (JavaScript) duckdb (C++) Physical types Physical types are defined 
by the enum Type in parquet.thrift"><meta property="og:url" 
content="/docs/file-format/implementationstatus/"><meta property="og:site_name" 
content="Parquet"><meta property="og:title" content="Implementation 
status"><meta property="og:description" content="This page summarizes the 
features supported by different Parquet implementations.
+✅: supported. Footnote added when support is partial. ❌: not supported (R): 
only read support (W): only write support (blank): no data Implementations 
arrow (C++) parquet-java (Java) arrow-go (Go) arrow-rs (Rust) cudf (cuDF C++) 
hyparquet (JavaScript) duckdb (C++) Physical typesPhysical types are defined by 
the enum Type in parquet.thrift"><meta property="og:url" 
content="/docs/file-format/implementationstatus/"><meta property="og:site_name" 
content="Parquet"><meta property="og:title" co [...]
 Note: If you find out of date information, please help us improve the accuracy 
of this page by opening an issue or submitting a pull request.
 Legend The value in each box means:
-✅: supported ❌: not supported (R/W): partial reader/writer only support 
(blank): no data Implementations:
-arrow (C++) parquet-java (Java) arrow-go (Go) arrow-rs (Rust) cudf (cuDF C++) 
hyparquet (JavaScript) duckdb (C++) Physical types Physical types are defined 
by the enum Type in parquet.thrift"><meta property="og:locale" 
content="en"><meta property="og:type" content="article"><meta 
property="article:section" content="docs"><meta 
property="article:modified_time" content="2025-11-02T06:45:16-05:00"><meta 
itemprop=name content="Implementation status"><meta itemprop=description 
content="This p [...]
+✅: supported. Footnote added when support is partial. ❌: not supported (R): 
only read support (W): only write support (blank): no data Implementations 
arrow (C++) parquet-java (Java) arrow-go (Go) arrow-rs (Rust) cudf (cuDF C++) 
hyparquet (JavaScript) duckdb (C++) Physical typesPhysical types are defined by 
the enum Type in parquet.thrift"><meta property="og:locale" content="en"><meta 
property="og:type" content="article"><meta property="article:section" 
content="docs"><meta property="art [...]
 Note: If you find out of date information, please help us improve the accuracy 
of this page by opening an issue or submitting a pull request.
 Legend The value in each box means:
-✅: supported ❌: not supported (R/W): partial reader/writer only support 
(blank): no data Implementations:
-arrow (C++) parquet-java (Java) arrow-go (Go) arrow-rs (Rust) cudf (cuDF C++) 
hyparquet (JavaScript) duckdb (C++) Physical types Physical types are defined 
by the enum Type in parquet.thrift"><meta itemprop=dateModified 
content="2025-11-02T06:45:16-05:00"><meta itemprop=wordCount 
content="814"><meta name=twitter:card content="summary"><meta 
name=twitter:title content="Implementation status"><meta 
name=twitter:description content="This page summarizes the features supported 
by different P [...]
+✅: supported. Footnote added when support is partial. ❌: not supported (R): 
only read support (W): only write support (blank): no data Implementations 
arrow (C++) parquet-java (Java) arrow-go (Go) arrow-rs (Rust) cudf (cuDF C++) 
hyparquet (JavaScript) duckdb (C++) Physical typesPhysical types are defined by 
the enum Type in parquet.thrift"><meta itemprop=dateModified 
content="2025-12-13T21:26:38-08:00"><meta itemprop=wordCount 
content="750"><meta name=twitter:card content="summary"><meta [...]
 Note: If you find out of date information, please help us improve the accuracy 
of this page by opening an issue or submitting a pull request.
 Legend The value in each box means:
-✅: supported ❌: not supported (R/W): partial reader/writer only support 
(blank): no data Implementations:
-arrow (C++) parquet-java (Java) arrow-go (Go) arrow-rs (Rust) cudf (cuDF C++) 
hyparquet (JavaScript) duckdb (C++) Physical types Physical types are defined 
by the enum Type in parquet.thrift"><link rel=preload 
href=/scss/main.min.46bcfa672ab263e0bc7a9aeb4abff48eff01271de19b46b867859ce3df1146de.css
 as=style integrity="sha256-Rrz6ZyqyY+C8eprrSr/0jv8BJx3hm0a4Z4Wc498RRt4=" 
crossorigin=anonymous><link 
href=/scss/main.min.46bcfa672ab263e0bc7a9aeb4abff48eff01271de19b46b867859ce3df1146de.css
 rel [...]
+✅: supported. Footnote added when support is partial. ❌: not supported (R): 
only read support (W): only write support (blank): no data Implementations 
arrow (C++) parquet-java (Java) arrow-go (Go) arrow-rs (Rust) cudf (cuDF C++) 
hyparquet (JavaScript) duckdb (C++) Physical typesPhysical types are defined by 
the enum Type in parquet.thrift"><link rel=preload 
href=/scss/main.min.46bcfa672ab263e0bc7a9aeb4abff48eff01271de19b46b867859ce3df1146de.css
 as=style integrity="sha256-Rrz6ZyqyY+C8eprr [...]
 <a 
href=https://github.com/apache/parquet-site/edit/production/content/en/docs/File%20Format/implementationstatus.md
 class="td-page-meta--edit td-page-meta__edit" target=_blank rel=noopener><i 
class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
 <a 
href="https://github.com/apache/parquet-site/new/production/content/en/docs/File%20Format?filename=change-me.md&amp;value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+th
 [...]
 <a 
href="https://github.com/apache/parquet-site/issues/new?title=Implementation%20status";
 class="td-page-meta--issue td-page-meta__issue" target=_blank rel=noopener><i 
class="fa-solid fa-list-check fa-fw"></i> Create documentation issue</a>
 <a id=print href=/_print/docs/file-format/><i class="fa-solid fa-print 
fa-fw"></i> Print entire section</a></div><div class=td-toc 
data-proofer-ignore><div class=td-toc-title><span class=td-toc-title__text>On 
this page</span>
-<a class=td-toc-title__link title="Top of page" href=#></a></div><nav 
id=TableOfContents><ul><li><ul><li><a href=#legend>Legend</a></li><li><a 
href=#physical-types>Physical types</a></li><li><a href=#logical-types>Logical 
types</a></li><li><a href=#encodings>Encodings</a></li><li><a 
href=#compressions>Compressions</a></li><li><a 
href=#other-format-level-features>Other format level features</a></li><li><a 
href=#high-level-data-apis-for-parquet-feature-usage>High level data APIs for 
Parque [...]
+<a class=td-toc-title__link title="Top of page" href=#></a></div><nav 
id=TableOfContents><ul><li><ul><li><a href=#legend>Legend</a></li><li><a 
href=#implementations>Implementations</a></li></ul></li></ul></nav></div></aside><main
 class="col-12 col-md-9 col-xl-8 ps-md-5" role=main><nav aria-label=breadcrumb 
class=td-breadcrumbs><ol class=breadcrumb><li class=breadcrumb-item><a 
href=/docs/>Documentation</a></li><li class=breadcrumb-item><a 
href=/docs/file-format/>File Format</a></li><li cl [...]
 implementations.</p><p><em>Note</em>: If you find out of date information, 
please help us improve the accuracy
-of this page by opening an issue or submitting a pull request.</p><h3 
id=legend>Legend</h3><p>The value in each box means:</p><ul><li>✅: 
supported</li><li>❌: not supported</li><li>(R/W): partial reader/writer only 
support</li><li>(blank): no data</li></ul><p>Implementations:</p><ul><li><a 
href=https://github.com/apache/arrow/tree/main/cpp/src/parquet>arrow</a> 
(C++)</li><li><a href=https://github.com/apache/parquet-java>parquet-java</a> 
(Java)</li><li><a href=https://github.com/apache/ar [...]
+of this page by opening an issue or submitting a pull request.</p><h3 
id=legend>Legend</h3><p>The value in each box means:</p><ul><li>✅: supported. 
Footnote added when support is partial.</li><li>❌: not supported</li><li>(R): 
only read support</li><li>(W): only write support</li><li>(blank): no 
data</li></ul><h3 id=implementations>Implementations</h3><ul><li><a 
href=https://github.com/apache/arrow/tree/main/cpp/src/parquet>arrow</a> 
(C++)</li><li><a href=https://github.com/apache/parquet [...]
 2025
 <span class=td-footer__authors>Apache Parquet</span></span><span 
class=td-footer__all_rights_reserved>All Rights Reserved</span><span 
class=ms-2><a href=https://policies.google.com/privacy target=_blank 
rel=noopener>Privacy Policy</a></span></div></div></div></footer></div><script 
src=/js/main.min.127f48c815760e8c1346474ec609632241944fd383a1b8a5f849b29478b9283a.js
 integrity="sha256-En9IyBV2DowTRkdOxgljIkGUT9ODobil+EmylHi5KDo=" 
crossorigin=anonymous></script><script defer src=/js/click-to [...]
\ No newline at end of file
diff --git a/output/docs/file-format/index.xml 
b/output/docs/file-format/index.xml
index ff5560b..3333790 100644
--- a/output/docs/file-format/index.xml
+++ b/output/docs/file-format/index.xml
@@ -65,12 +65,13 @@ of this page by opening an issue or submitting a pull 
request.&lt;/p&gt;
 &lt;h3 id="legend"&gt;Legend&lt;/h3&gt;
 &lt;p&gt;The value in each box means:&lt;/p&gt;
 &lt;ul&gt;
-&lt;li&gt;✅: supported&lt;/li&gt;
+&lt;li&gt;✅: supported. Footnote added when support is partial.&lt;/li&gt;
 &lt;li&gt;❌: not supported&lt;/li&gt;
-&lt;li&gt;(R/W): partial reader/writer only support&lt;/li&gt;
+&lt;li&gt;(R): only read support&lt;/li&gt;
+&lt;li&gt;(W): only write support&lt;/li&gt;
 &lt;li&gt;(blank): no data&lt;/li&gt;
 &lt;/ul&gt;
-&lt;p&gt;Implementations:&lt;/p&gt;
+&lt;h3 id="implementations"&gt;Implementations&lt;/h3&gt;
 &lt;ul&gt;
 &lt;li&gt;&lt;a 
href="https://github.com/apache/arrow/tree/main/cpp/src/parquet"&gt;arrow&lt;/a&gt;
 (C++)&lt;/li&gt;
 &lt;li&gt;&lt;a 
href="https://github.com/apache/parquet-java"&gt;parquet-java&lt;/a&gt; 
(Java)&lt;/li&gt;
@@ -80,5 +81,5 @@ of this page by opening an issue or submitting a pull 
request.&lt;/p&gt;
 &lt;li&gt;&lt;a 
href="https://github.com/hyparam/hyparquet"&gt;hyparquet&lt;/a&gt; 
(JavaScript)&lt;/li&gt;
 &lt;li&gt;&lt;a href="https://github.com/duckdb/duckdb"&gt;duckdb&lt;/a&gt; 
(C++)&lt;/li&gt;
 &lt;/ul&gt;
-&lt;h3 id="physical-types"&gt;Physical types&lt;/h3&gt;
-&lt;p&gt;Physical types are defined by the &lt;a 
href="https://github.com/apache/parquet-format/blob/master/src/main/thrift/parquet.thrift#L32"&gt;&lt;code&gt;enum
 Type&lt;/code&gt; in 
parquet.thrift&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>
\ No newline at end of file
+&lt;!-- Status source in data/implementations --&gt;
+&lt;h3 id="physical-types"&gt;&lt;a href="#physical-types"&gt;Physical 
types&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Physical types are defined by the &lt;a 
href="https://github.com/apache/parquet-format/blob/master/src/main/thrift/parquet.thrift#L32"&gt;&lt;code&gt;enum
 Type&lt;/code&gt; in 
parquet.thrift&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>
\ No newline at end of file
diff --git a/output/index.xml b/output/index.xml
index 7e740fa..c310bee 100644
--- a/output/index.xml
+++ b/output/index.xml
@@ -190,12 +190,13 @@ of this page by opening an issue or submitting a pull 
request.&lt;/p&gt;
 &lt;h3 id="legend"&gt;Legend&lt;/h3&gt;
 &lt;p&gt;The value in each box means:&lt;/p&gt;
 &lt;ul&gt;
-&lt;li&gt;✅: supported&lt;/li&gt;
+&lt;li&gt;✅: supported. Footnote added when support is partial.&lt;/li&gt;
 &lt;li&gt;❌: not supported&lt;/li&gt;
-&lt;li&gt;(R/W): partial reader/writer only support&lt;/li&gt;
+&lt;li&gt;(R): only read support&lt;/li&gt;
+&lt;li&gt;(W): only write support&lt;/li&gt;
 &lt;li&gt;(blank): no data&lt;/li&gt;
 &lt;/ul&gt;
-&lt;p&gt;Implementations:&lt;/p&gt;
+&lt;h3 id="implementations"&gt;Implementations&lt;/h3&gt;
 &lt;ul&gt;
 &lt;li&gt;&lt;a 
href="https://github.com/apache/arrow/tree/main/cpp/src/parquet"&gt;arrow&lt;/a&gt;
 (C++)&lt;/li&gt;
 &lt;li&gt;&lt;a 
href="https://github.com/apache/parquet-java"&gt;parquet-java&lt;/a&gt; 
(Java)&lt;/li&gt;
@@ -205,8 +206,8 @@ of this page by opening an issue or submitting a pull 
request.&lt;/p&gt;
 &lt;li&gt;&lt;a 
href="https://github.com/hyparam/hyparquet"&gt;hyparquet&lt;/a&gt; 
(JavaScript)&lt;/li&gt;
 &lt;li&gt;&lt;a href="https://github.com/duckdb/duckdb"&gt;duckdb&lt;/a&gt; 
(C++)&lt;/li&gt;
 &lt;/ul&gt;
-&lt;h3 id="physical-types"&gt;Physical types&lt;/h3&gt;
-&lt;p&gt;Physical types are defined by the &lt;a 
href="https://github.com/apache/parquet-format/blob/master/src/main/thrift/parquet.thrift#L32"&gt;&lt;code&gt;enum
 Type&lt;/code&gt; in 
parquet.thrift&lt;/a&gt;&lt;/p&gt;</description></item><item><title>1.16.0</title><link>/blog/2025/09/03/1.16.0/</link><pubDate>Wed,
 03 Sep 2025 00:00:00 
+0000</pubDate><guid>/blog/2025/09/03/1.16.0/</guid><description>&lt;p&gt;The 
&lt;a href="https://dist.apache.org/repos/dist/release/parquet/apache-parqu 
[...]
+&lt;!-- Status source in data/implementations --&gt;
+&lt;h3 id="physical-types"&gt;&lt;a href="#physical-types"&gt;Physical 
types&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Physical types are defined by the &lt;a 
href="https://github.com/apache/parquet-format/blob/master/src/main/thrift/parquet.thrift#L32"&gt;&lt;code&gt;enum
 Type&lt;/code&gt; in 
parquet.thrift&lt;/a&gt;&lt;/p&gt;</description></item><item><title>1.16.0</title><link>/blog/2025/09/03/1.16.0/</link><pubDate>Wed,
 03 Sep 2025 00:00:00 +0000</pubDate><guid>/blog/2025/09/03/1.16.0/</guid><des 
[...]
 &lt;p&gt;For the changes, please check out the &lt;a 
href="https://github.com/apache/parquet-java/releases/tag/apache-parquet-1.16.0"&gt;Release
 on Github&lt;/a&gt;.&lt;/p&gt;
 &lt;p&gt;To &lt;a 
href="https://www.apache.org/info/verification.html"&gt;check the 
validity&lt;/a&gt; of this release, use its:&lt;/p&gt;
 &lt;ul&gt;
diff --git a/output/sitemap.xml b/output/sitemap.xml
index 929ed40..58c9a94 100644
--- a/output/sitemap.xml
+++ b/output/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/docs/file-format/binaryprotocolextensions/</loc><lastmod>2025-12-09T11:38:22-08:00</lastmod></url><url><loc>/docs/file-format/data-pages/compression/</loc><lastmod>2025-12-09T11:38:22-08:00</lastmod></url><url><loc>/docs/file-format/data-pages/encodings/</loc><lastmod>2025-12-09T11:38:22-08:00</lastmod></url><url><loc>/do
 [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>/docs/file-format/binaryprotocolextensions/</loc><lastmod>2025-12-09T11:38:22-08:00</lastmod></url><url><loc>/docs/file-format/data-pages/compression/</loc><lastmod>2025-12-09T11:38:22-08:00</lastmod></url><url><loc>/docs/file-format/data-pages/encodings/</loc><lastmod>2025-12-09T11:38:22-08:00</lastmod></url><url><loc>/do
 [...]
\ No newline at end of file

Reply via email to