stevenzwu commented on PR #11011:
URL: https://github.com/apache/iceberg/pull/11011#issuecomment-2311083518

   > Steps:
   > 
   > ```shell
   > git diff HEAD^ HEAD > /tmp/v1.19.patch
   > cat /tmp/v1.19.patch | sed "s/v1.19/v1.20/g" > /tmp/v1.20.patch
   > git apply -3 /tmp/v1.20.patch
   > ```
   > 
   > all files came out `cleanly`
   
   That is a smart way to port the change. didn't know this before


-- 
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