Skip to content

Ignore internal TableAlreadyExistsException in Iceberg#19650

Merged
ebyhr merged 3 commits intotrinodb:masterfrom
pajaks:pajaks/iceberg_create_table_retry
Nov 14, 2023
Merged

Ignore internal TableAlreadyExistsException in Iceberg#19650
ebyhr merged 3 commits intotrinodb:masterfrom
pajaks:pajaks/iceberg_create_table_retry

Conversation

@pajaks
Copy link
Copy Markdown
Member

@pajaks pajaks commented Nov 7, 2023

Description

Ignore internal TableAlreadyExistsException in CREATE TABLE & register_table on Iceberg connector
Fixes #18308

Additional context and related issues

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

@cla-bot cla-bot bot added the cla-signed label Nov 7, 2023
@github-actions github-actions bot added the iceberg Iceberg connector label Nov 7, 2023
@pajaks pajaks marked this pull request as ready for review November 7, 2023 11:50
@findinpath findinpath added the no-release-notes This pull request does not require release notes entry label Nov 7, 2023
@pajaks pajaks force-pushed the pajaks/iceberg_create_table_retry branch from 9f5647d to e91d86f Compare November 8, 2023 14:14
@pajaks pajaks requested review from findepi and findinpath November 8, 2023 14:14
Copy link
Copy Markdown
Contributor

@findinpath findinpath left a comment

Choose a reason for hiding this comment

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

Please consider adding handling for Glue either in the scope of this PR or in a follow-up PR.

@pajaks pajaks force-pushed the pajaks/iceberg_create_table_retry branch from e91d86f to 8a67ddc Compare November 13, 2023 10:06
@pajaks pajaks force-pushed the pajaks/iceberg_create_table_retry branch from 8a67ddc to 4cb09a0 Compare November 13, 2023 10:12
@findepi
Copy link
Copy Markdown
Member

findepi commented Nov 13, 2023

/test-with-secrets sha=4cb09a0f7c64aa6f8d66a6d164df24238456778a

@github-actions
Copy link
Copy Markdown

The CI workflow run with tests that require additional secrets has been started: https://github.com/trinodb/trino/actions/runs/6848941888

@pajaks
Copy link
Copy Markdown
Member Author

pajaks commented Nov 13, 2023

CI fialures:

  • ci / pt (default, suite-1, ) - io.trino.tests.product.hive.TestHiveTransactionalTable.testReadFullAcid - seems unrelated
  • ci / maven-checks (21) seems unrelated, especially with_secrets passed

@ebyhr
Copy link
Copy Markdown
Member

ebyhr commented Nov 14, 2023

ci / pt (default, suite-1, ) hit #16315

@ebyhr ebyhr merged commit 856563a into trinodb:master Nov 14, 2023
@github-actions github-actions bot added this to the 434 milestone Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed iceberg Iceberg connector no-release-notes This pull request does not require release notes entry

Development

Successfully merging this pull request may close these issues.

Iceberg CREATE TABLE may fail with "Table already exists"

4 participants