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

[GitHub] [iceberg] starslink commented on issue #7577: Why can't the code I wrote in FlinkSQL print out the data changes of iceberg in real time?

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