kbendick commented on PR #4553:
URL: https://github.com/apache/iceberg/pull/4553#issuecomment-1113520085

   Now that #4635 has been merged, and 1.15.0 has been released, I rebased. The 
final diff between Flink 1.14 and Flink 1.15 can be found here: 
https://gist.github.com/kbendick/7564c455589b61a9ea1e7c0ff1003031
   
   To generate the diff: `git diff --no-index ./flink/v1.14 ./flink/v1.15`
   
   List of files that are different as output by `diff -qr flink/v1.14/ 
flink/v1.15/`:
   ```bash
   $ diff -qr flink/v1.14/ flink/v1.15/
   Files flink/v1.14/build.gradle and flink/v1.15/build.gradle differ
   Files 
flink/v1.14/flink/src/main/java/org/apache/iceberg/flink/IcebergTableSink.java 
and 
flink/v1.15/flink/src/main/java/org/apache/iceberg/flink/IcebergTableSink.java 
differ
   Files 
flink/v1.14/flink/src/main/java/org/apache/iceberg/flink/IcebergTableSource.java
 and 
flink/v1.15/flink/src/main/java/org/apache/iceberg/flink/IcebergTableSource.java
 differ
   Files 
flink/v1.14/flink/src/test/java/org/apache/iceberg/flink/TestChangeLogTable.java
 and 
flink/v1.15/flink/src/test/java/org/apache/iceberg/flink/TestChangeLogTable.java
 differ
   Files 
flink/v1.14/flink/src/test/java/org/apache/iceberg/flink/TestIcebergConnector.java
 and 
flink/v1.15/flink/src/test/java/org/apache/iceberg/flink/TestIcebergConnector.java
 differ
   Files 
flink/v1.14/flink/src/test/java/org/apache/iceberg/flink/source/BoundedTableFactory.java
 and 
flink/v1.15/flink/src/test/java/org/apache/iceberg/flink/source/BoundedTableFactory.java
 differ
   ```


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

Reply via email to