You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/02/24 02:40:28 UTC

[GitHub] [iceberg] amogh-jahagirdar opened a new pull request #4215: Docs: Sync back markdown updates which were done directly in iceberg-docs

amogh-jahagirdar opened a new pull request #4215:
URL: https://github.com/apache/iceberg/pull/4215


   As part of 0.13.1 release, some markdown changes in this PR https://github.com/apache/iceberg-docs/pull/55#issuecomment-1040921523 and this change https://github.com/apache/iceberg-docs/pull/56 were done directly on iceberg-docs. They should be synced back here. This also corrects some links which are incorrect in some of iceberg's docs, but are correct in the iceberg-docs page.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] singhpk234 commented on a change in pull request #4215: Docs: Sync back markdown updates which were done directly in iceberg-docs

Posted by GitBox <gi...@apache.org>.
singhpk234 commented on a change in pull request #4215:
URL: https://github.com/apache/iceberg/pull/4215#discussion_r813543033



##########
File path: docs/common/format/spec.md
##########
@@ -34,15 +34,15 @@ The format version number is incremented when new features are added that will b
 
 Version 1 of the Iceberg spec defines how to manage large analytic tables using immutable file formats: Parquet, Avro, and ORC.
 
-All version 1 data and metadata files are valid after upgrading a table to version 2. [Appendix E](#version-2) documents how to default version 2 fields when reading version 1 metadata.
+All version 1 data and metadata files are valid after upgrading a table to version 2. [Appendix E](spec/#version-2) documents how to default version 2 fields when reading version 1 metadata.
 
 #### Version 2: Row-level Deletes
 
 Version 2 of the Iceberg spec adds row-level updates and deletes for analytic tables with immutable files.
 
 The primary change in version 2 adds delete files to encode that rows that are deleted in existing data files. This version can be used to delete or replace individual rows in immutable data files without rewriting the files.
 
-In addition to row-level deletes, version 2 makes some requirements stricter for writers. The full set of changes are listed in [Appendix E](#version-2).
+In addition to row-level deletes, version 2 makes some requirements stricter for writers. The full set of changes are listed in [Appendix E](spec/#version-2).

Review comment:
       similar changes will be required in ### Row level Deletes sections : 
   
   as per this PR : https://github.com/apache/iceberg-docs/pull/47/files
   
   --- 
   
   should we just cherry-pick this pr's commit in your branch.
   
   Appologies I somehow missed backporting my PR, I am happy to even volunteer to backport this in a separate PR in iceberg repo.
   

##########
File path: docs/common/format/spec.md
##########
@@ -837,7 +837,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).

Review comment:
       [minor] The url should be : 
   ```suggestion
   Lists must use the [3-level representation](https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#lists).
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org