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: [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]

Reply via email to