Re: [I] Support deletion in Apache Flink [iceberg]

2024-09-21 Thread via GitHub
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.

Re: [I] Support deletion in Apache Flink [iceberg]

2024-03-06 Thread via GitHub
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(

Re: [I] Support deletion in Apache Flink [iceberg]

2024-03-05 Thread via GitHub
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

Re: [I] Support deletion in Apache Flink [iceberg]

2024-01-30 Thread via GitHub
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

Re: [I] Support deletion in Apache Flink [iceberg]

2023-10-04 Thread via GitHub
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

Re: [I] Support deletion in Apache Flink [iceberg]

2023-10-04 Thread via GitHub
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