pvary commented on PR #10548:
URL: https://github.com/apache/iceberg/pull/10548#issuecomment-2246926879

   Merged to main.
   Thanks for the PR @venkata91!
   
   Could you please create the backport PR to the other Flink versions? The PR 
could be generated like this:
   ```
   git diff <HASH>^ <HASH> | sed "s/v1.19/v1.18/g" | git apply -3 -p1
   git diff <HASH>^ <HASH> | sed "s/v1.19/v1.17/g" | git apply -3 -p1
   ```


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