Describe the bug
It takes very long to create an iceberg table.
To Reproduce
Steps to reproduce the behavior:
- 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
Describe the bug
It takes very long to create an iceberg table.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Create table shouldn't take 30+ seconds.
Key information
Provide relevant runtime details.
iceis a database created withENGINE = DataLakeCatalog