eric666666 commented on issue #5043:
URL: https://github.com/apache/iceberg/issues/5043#issuecomment-1418446822

   > 
   
   I have solved this. Here is my code
   `
               case DELETE:
                   writer.deleteKey(keyProjection.wrap(row), schema);
                   break;
   `
   `writer.delete(row);  ` is unnecessary because eq-delete file only record v2 
table's key fields.


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

Reply via email to