You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/02/25 07:38:54 UTC

[GitHub] [iceberg] dylzlt commented on issue #4222: [BUG] flinkcdc to Iceberg Error when appear delete event

dylzlt commented on issue #4222:
URL: https://github.com/apache/iceberg/issues/4222#issuecomment-1050609057


   The default format-version of iceberg table is 1. You should set the format-version of iceberg table to 2.
   You should change the DDL:
   CREATE TABLE `hadoop_catalog`.`default`.`t_products`(
    id INT ,
     name STRING,
     description STRING,
     weight float,
     PRIMARY KEY (id) NOT ENFORCED
   ) WITH ('format-version'='2');


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