pvary commented on PR #16097: URL: https://github.com/apache/iceberg/pull/16097#issuecomment-4450550872
Merged to main. Thanks @joyhaldar for the PR and @Guosmilesmile, @mxm for the reviews! @joyhaldar: Please create the backport PR and tell us if you need to change anything manuallly, or the following command was doing everything without issue: ``` git diff 1919ae6^ 1919ae6 flink/v2.1 | sed "s/v2.1/v2.0/g">/tmp/patch;g apply -3 -p1 /tmp/patch git diff 1919ae6^ 1919ae6 flink/v2.1 | sed "s/v2.1/v1.20/g">/tmp/patch;g apply -3 -p1 /tmp/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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
