pvary commented on issue #8718:
URL: https://github.com/apache/iceberg/issues/8718#issuecomment-1980627773

   If your input stream contains `-D` records, then they will be deleted from 
the table.
   Like:
   ```java
         Row row = Row.withPositions(RowKind.DELETE, 3);
         row.setField(0, "hello");
         row.setField(1, true);
         row.setField(2, 1L);
   ```


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