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

szehon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 9a58a844d Format: Fix broken link to Parquet LogicalTypes in spec.md 
(#5352)
9a58a844d is described below

commit 9a58a844d9a91cfa570b412c08ef2fb8dde76baa
Author: Sandeep <[email protected]>
AuthorDate: Thu Jul 28 02:32:40 2022 +0530

    Format: Fix broken link to Parquet LogicalTypes in spec.md (#5352)
---
 format/spec.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/format/spec.md b/format/spec.md
index 62d3a889d..c5d312865 100644
--- a/format/spec.md
+++ b/format/spec.md
@@ -893,7 +893,7 @@ Note that the string map case is for maps where the key 
type is a string. Using
 
 Values should be stored in Parquet using the types and logical type 
annotations in the table below. Column IDs are required.
 
-Lists must use the [3-level 
representation](https://github.com/apache/parquet-format/blob/master/LogicalTypes#lists).
+Lists must use the [3-level 
representation](https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#lists).
 
 | Type               | Parquet physical type                                   
           | Logical type                                | Notes                
                                          |
 
|--------------------|--------------------------------------------------------------------|---------------------------------------------|----------------------------------------------------------------|

Reply via email to