Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Remove UNIQUE keyword as it is not supported in Flink #9046

Merged
merged 2 commits into from
Nov 23, 2023

Conversation

PrabhuJoseph
Copy link
Contributor

Remove UNIQUE keyword as it is not supported in Flink.

@PrabhuJoseph
Copy link
Contributor Author

@pvary Please review this when you have time. Thanks.

@aokolnychyi
Copy link
Contributor

cc @pvary @stevenzwu

@@ -69,7 +69,7 @@ Iceberg supports `UPSERT` based on the primary key when writing data into v2 tab

```sql
CREATE TABLE `hive_catalog`.`default`.`sample` (
`id` INT UNIQUE COMMENT 'unique id',
`id` INT COMMENT 'unique id',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Could we remove the extra space after the column name too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for reviewing. Have removed the extra space.

@pvary pvary merged commit c119099 into apache:main Nov 23, 2023
2 checks passed
@pvary
Copy link
Contributor

pvary commented Nov 23, 2023

Thanks for the fix @PrabhuJoseph!

devangjhabakh pushed a commit to cdouglas/iceberg that referenced this pull request Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants