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

alamb pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git


The following commit(s) were added to refs/heads/production by this push:
     new fce22de  Minor: Update parquet-format pin (#157)
fce22de is described below

commit fce22def65a1a92e66634b118ad4b6cc3f707ec5
Author: Andrew Lamb <[email protected]>
AuthorDate: Thu Feb 12 07:37:33 2026 -0500

    Minor: Update parquet-format pin (#157)
    
    * Minor: Update parquet-format pin
    
    * Add instructions for updating
---
 README.md             | 19 +++++++++++++++++++
 assets/parquet-format |  2 +-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2c0ed9c..ee0fc6b 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,25 @@ This website is built / powered by [Hugo](https://gohugo.io/) 
with the [Docsy Th
 The following steps assume that you have `hugo` installed and working.
 You can also use docker, see the [Docker section](#docker) for more 
information.
 
+## Updating `/docs/file-format` documentation`
+
+The `/docs/file-format` pages (for example, 
https://parquet.apache.org/docs/file-format/data-pages/encodings/) are 
automatically 
+generated from the `parquet-format` repository. 
+To update the website to reflect the latest documentation, you need to update 
the 
+submodule in this repository. 
+
+
+```shell
+cd assets/parquet-format
+git checkout master
+git pull # update to the latest version of parquet-format
+cd ../..
+git add assets/parquet-format
+git commit -m "Update parquet-format submodule"
+git push
+```
+
+
 ## Building and Running Locally
 
 Clone this repository to run the website locally:
diff --git a/assets/parquet-format b/assets/parquet-format
index 905c897..38818fa 160000
--- a/assets/parquet-format
+++ b/assets/parquet-format
@@ -1 +1 @@
-Subproject commit 905c89706004ee13a76c3df0f9fa4b1d583ddf9a
+Subproject commit 38818fa0e7efd54b535001a4448030a40619c2a3

Reply via email to