pvary commented on code in PR #12298: URL: https://github.com/apache/iceberg/pull/12298#discussion_r2378147163
########## flink/v2.0/flink/src/main/java/org/apache/iceberg/flink/sink/FlinkAppenderFactory.java: ########## @@ -55,12 +53,11 @@ public class FlinkAppenderFactory implements FileAppenderFactory<RowData>, Seria private final PartitionSpec spec; private final int[] equalityFieldIds; private final Schema eqDeleteRowSchema; - private final Schema posDeleteRowSchema; private final Table table; private RowType eqDeleteFlinkSchema = null; - private RowType posDeleteFlinkSchema = null; + @Deprecated Review Comment: Added the javadoc -- 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