Skip to content

Create iceberg table takes too long #1907

Description

@DimensionWieldr

Describe the bug
It takes very long to create an iceberg table.

To Reproduce
Steps to reproduce the behavior:

  1. Create an iceberg table
CREATE TABLE ice.`default.metadata_testing`
(
    `event_month` Int32
)
ENGINE = Iceberg('s3://protvjoe-1lfyj7kp-iceberg/default/metadata_testing')
PARTITION BY event_month

Query id: 89cf073c-d471-419d-b106-5ad581ff8ad0

Ok.

0 rows in set. Elapsed: 33.453 sec.

Expected behavior
Create table shouldn't take 30+ seconds.

Key information
Provide relevant runtime details.

  • 26.3.10.20001 Antalya
  • Iceberg table is on ice rest catalog on ACM dev
  • In the example, ice is a database created with ENGINE = DataLakeCatalog

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions