rlokugamage commented on issue #8718: URL: https://github.com/apache/iceberg/issues/8718#issuecomment-3293507107
> If your input stream contains `-D` records, then they will be deleted from the table. Like: > > Row row = Row.withPositions(RowKind.DELETE, 3); > row.setField(0, "hello"); > row.setField(1, true); > row.setField(2, 1L); @pvary is this still the case? Nothing in Iceberg's or Flink's documentation state that it can do row level deletes. I need to test it out myself still but just needed some confirmation. Are they positional deletes or equality deletes? -- 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]
