ZhangChaoming opened a new issue #3822:
URL: https://github.com/apache/iceberg/issues/3822


   Since we have already supported create table with primary key, docs should 
be updated.
   
   For example, we can create table like this:
   
   ```sql
   CREATE TABLE `hive_catalog`.`default`.`sample` (
       id BIGINT COMMENT 'unique id',
       data STRING,
       PRIMARY KEY (id) NOT ENFORCED
   );
   ```


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