szehon-ho commented on PR #12115:
URL: https://github.com/apache/iceberg/pull/12115#issuecomment-2662217136

   I think it almost looks ready, I just had one last comment, sorry about that!
   
   I think when I looked last night at for 
https://github.com/apache/iceberg/pull/12115#discussion_r1957073932 , my 
thought was just to unify the two formats for lists, as you had both 
   
   ```
   // newline after the title
   * Full Rewrite
   
   This is a full rewrite
   
   * Incremetntal Rewrite
   
   This is an incremental rewrite
   ```
   and 
   ```
   // no newline after the title
   * Source Path: The original path...
   * Target Path: The path with... 
   ```
   
   I didnt consider carefully which one last night, but now after reading the 
rest of the doc , there is a precedent for the latter.  The former may also be 
a bit confusing as the description is not indented and looks like a first level 
paragraph.  Can we change both lists to be like the latter?  (ie, remove the 
newline, and put the text on the exact same line as the sub-title)
   
   ```
   * Full Rewrite:  A full rewrite...
   * Incremental Rewrite: An incremental rewrite...
   ```


-- 
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-unsubscr...@iceberg.apache.org

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


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

Reply via email to