rdblue commented on code in PR #13870:
URL: https://github.com/apache/iceberg/pull/13870#discussion_r2294439735


##########
data/src/test/java/org/apache/iceberg/io/TestWriterMetrics.java:
##########
@@ -152,9 +152,8 @@ public void testPositionDeleteMetrics() throws IOException {
         writerFactory.newPositionDeleteWriter(outputFile, table.spec(), null);
 
     try {
-      T deletedRow = toRow(3, "3", true, 3L);
       PositionDelete<T> positionDelete = PositionDelete.create();
-      positionDelete.set("File A", 1, deletedRow);
+      positionDelete.set("File A", 1);

Review Comment:
   The deprecation is this override of the `set` method, right? Anything else 
we would deprecate?



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