You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "eric666666 (via GitHub)" <gi...@apache.org> on 2023/02/06 03:18:09 UTC

[GitHub] [iceberg] eric666666 commented on issue #5043: Flink import debezium cdc record(delete type) to iceberg(0.13.2+) got IndexOutOfBoundsException

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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org