rodmeneses opened a new pull request, #13663: URL: https://github.com/apache/iceberg/pull/13663
backport of #13642 Backport came out clean For reference, this is what I did (showing only for 1.19 for simplicity) ```git diff HEAD~1 HEAD flink/v2.0/ |sed "s/v2.0/v1.19/g">/tmp/patch_119``` ```git apply -3 -p1 /tmp/patch_119``` ``` Applied patch to 'flink/v1.19/flink/src/main/java/org/apache/iceberg/flink/sink/IcebergSink.java' cleanly. Applied patch to 'flink/v1.19/flink/src/test/java/org/apache/iceberg/flink/source/TestIcebergSpeculativeExecutionSupport.java' cleanly. ``` -- 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]
