You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "Fokko (via GitHub)" <gi...@apache.org> on 2023/04/24 07:21:55 UTC

[GitHub] [iceberg] Fokko commented on a diff in pull request #7403: Flink: sync 1.16 with 1.17 for backports missed or not ported identically

Fokko commented on code in PR #7403:
URL: https://github.com/apache/iceberg/pull/7403#discussion_r1174453273


##########
flink/v1.16/flink/src/main/java/org/apache/iceberg/flink/source/RowDataFileScanTaskReader.java:
##########
@@ -59,14 +58,8 @@ public class RowDataFileScanTaskReader implements FileScanTaskReader<RowData> {
   private final Schema projectedSchema;
   private final String nameMapping;
   private final boolean caseSensitive;
-
   private final FlinkSourceFilter rowFilter;
 
-  public RowDataFileScanTaskReader(

Review Comment:
   This was intentional. I've added this constructor because the library has been released, and otherwise, we would remove a public method. Since `iceberg-flink-runtime-1.17` hasn't been released, we didn't need it there.



-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org