pvary commented on PR #11018: URL: https://github.com/apache/iceberg/pull/11018#issuecomment-2311663370
@zhongqishang: This could help with the backport: ``` 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 ``` -- 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