Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Iceberg table metadata isn't removed after DROP TABLE #1906

Open
Assignees
Labels
antalya bugSomething isn't working

Description

Describe the bug
Iceberg table metadata isn't removed after DROP TABLE.

To Reproduce
Steps to reproduce the behavior:

  1. Create iceberg table
CREATE TABLE ice.`default.metadata_testing`
(
 `event_month` Int32
)
ENGINE = Iceberg('s3://protvjoe-1lfyj7kp-iceberg/default/metadata_testing')
PARTITION BY event_month
  1. Drop the table
DROP TABLE ice.`default.metadata_testing`
  1. Create another iceberg table with the same name and we get:
Received exception from server (version 26.3.10):
Code: 57. DB::Exception: Received from test-export-0-0.proton-7vjoe.dev.altinity.cloud:9440. DB::Exception: Iceberg table with path default/metadata_testing/ already exists. (TABLE_ALREADY_EXISTS)

Expected behavior
Creation with same name succeeds after drop.

Key information
Provide relevant runtime details.

  • 26.3.10.20001 Antalya
  • Iceberg table is on ice rest catalog on ACM dev

Metadata

Metadata

Labels

antalya bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      AltStyle によって変換されたページ (->オリジナル) /