starslink commented on issue #7577:
URL: https://github.com/apache/iceberg/issues/7577#issuecomment-1542192764
Sorry, the first piece of code is missing the following definition.
```sql
CREATE TABLE IF NOT EXISTS `hadoop_catalog`.`test001`.`sample` (
`id` INT UNIQUE COMMENT 'unique id',
`data` STRING NOT NULL,
PRIMARY KEY(`id`) NOT ENFORCED
) with ('format-version'='2', 'write.upsert.enabled'='true');
```
--
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]