-
### Apache Iceberg version
None
### Please describe the bug š
### Problem
I want to read files from multiple s3 regions. For example, my metadata files are in `us-west-2` but my data files are in ā¦
-
**Affected module**
Does it impact the UI, backend or Ingestion Framework? UI
**Describe the bug**
Currently, Profiler and Data Quality features are not supported for Iceberg connectors. However,ā¦
-
### Apache Iceberg version
1.7.0 (latest release)
### Query engine
Spark
### Please describe the bug š
Currently when configuring two REST catalogs in spark, the `s3.signer.uri` of the ā¦
-
### What would you like to be improved?
This may cause deadlock, if IcebergRESTServer using the Gravitino Iceberg catalog with the same Iceberg REST address.
GravitinoBasedIcebergCatalogWrapperā¦
-
## Enhancement
We're using Iceberg/S3 as a backing store, and looking at Starrocks for compute (**i.e. ingestion into iceberg outside of SR, but using a SR external iceberg catalog for read-only compā¦
-
I realized that DuckDB can only read Iceberg metadata files if there have been no updates/deletes in the Iceberg table. I verified this with the following setup:
Catalog: AWS Glue
Iceberg table foā¦
-
## Proposal
Enable the `iceberg.rest-catalog.prefix` to be set as a catalog session property.
## Rationale
The Nessie catalog uses the `iceberg.rest-catalog.prefix` property to point to the catalog bā¦
-
### Proposed Change
A materialized view is a common concept in Database Management Systems that stores a query definition as a logical table. The query is precomputed and the resulting data is servā¦
-
- [x] https://github.com/StarRocks/starrocks/pull/48061
- [x] https://github.com/StarRocks/starrocks/pull/47997
- [x] https://github.com/StarRocks/starrocks/pull/48063
- [x] https://github.com/StarRocā¦
-
**Describe what's wrong**
I've created an Iceberg blob storage with some example data in it on Azure (https://github.com/ClickHouse/ClickHouse/pull/68210), and trying to read it with Clickhouse.
Iā¦