pvary commented on PR #16324: URL: https://github.com/apache/iceberg/pull/16324#issuecomment-4450780997
Merged to main. Thanks @yadavay-amzn for the PR and @Guosmilesmile for the review. @yadavay-amzn: 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 6b8b57e2e454ec64e0a6113c80d9cdfe09c6783a^ 6b8b57e2e454ec64e0a6113c80d9cdfe09c6783a flink/v2.1 | sed "s/v2.1/v2.0/g">/tmp/patch;g apply -3 -p1 /tmp/patch git diff 6b8b57e2e454ec64e0a6113c80d9cdfe09c6783a^ 6b8b57e2e454ec64e0a6113c80d9cdfe09c6783a 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]
