pvary commented on code in PR #14210:
URL: https://github.com/apache/iceberg/pull/14210#discussion_r2390937279


##########
data/src/main/java/org/apache/iceberg/data/GenericAppenderFactory.java:
##########
@@ -62,6 +62,12 @@ public GenericAppenderFactory(Schema schema, PartitionSpec 
spec) {
     this(schema, spec, null, null, null);
   }
 
+  /**
+   * @deprecated This constructor is deprecated as of version 1.11.0 and will 
be removed in 1.12.0.
+   *     Position deletes that include row data are no longer supported. Use 
{@link
+   *     #GenericAppenderFactory(Schema, PartitionSpec, int[], Schema)} 
instead.
+   */
+  @Deprecated

Review Comment:
   We need to keep this, as this is a public API



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