github-actions[bot] commented on issue #8718:
URL: https://github.com/apache/iceberg/issues/8718#issuecomment-2365374220
This issue has been automatically marked as stale because it has been open
for 180 days with no activity. It will be closed in next 14 days if no further
activity occurs.
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(
AjayChitumalla commented on issue #8718:
URL: https://github.com/apache/iceberg/issues/8718#issuecomment-1979125075
> Is this for a V2 table? I have seen deleting rows working using V2 table,
Java code with the stream API, but I yet to try out SQL.
Can you share a reference for perfor
VidakM commented on issue #8718:
URL: https://github.com/apache/iceberg/issues/8718#issuecomment-1917071229
Is `DELTE FROM` still on the roadmap for Flink or could we help out in some
way?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
Ge commented on issue #8718:
URL: https://github.com/apache/iceberg/issues/8718#issuecomment-1748157735
Yes, this is a V2 table. I added the DDL to the description now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
pvary commented on issue #8718:
URL: https://github.com/apache/iceberg/issues/8718#issuecomment-1748095935
Is this for a V2 table?
I have seen deleting rows working using V2 table, Java code with the stream
API, but I yet to try out SQL.
--
This is an automated message from the Apache