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

gangwu 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 b35d71d  Update logicaltypes.md (#38)
b35d71d is described below

commit b35d71d57173edb593c0e620e132734f732b7044
Author: Jason Horner <[email protected]>
AuthorDate: Thu Oct 23 21:02:10 2025 -0500

    Update logicaltypes.md (#38)
    
    Co-authored-by: Andrew Lamb <[email protected]>
---
 content/en/docs/File Format/Types/logicaltypes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/en/docs/File Format/Types/logicaltypes.md 
b/content/en/docs/File Format/Types/logicaltypes.md
index 0173b75..dda7d93 100644
--- a/content/en/docs/File Format/Types/logicaltypes.md 
+++ b/content/en/docs/File Format/Types/logicaltypes.md 
@@ -10,4 +10,4 @@ of primitive types to a minimum and reuses parquet's 
efficient encodings. For
 example, strings are stored as byte arrays (binary) with a UTF8 annotation.
 These annotations define how to further decode and interpret the data.
 Annotations are stored as `LogicalType` fields in the file metadata and are
-documented in LogicalTypes.md.
\ No newline at end of file
+documented in 
[LogicalTypes.md](https://github.com/apache/parquet-format/blob/master/LogicalTypes.md)

Reply via email to