-
Spark supports iceberg's All_* metadata tables. This issue is to add the `All_Entries` metadata table.
We can create separate issues for different tables.
reference: https://github.com/apache/i…
osscm updated
2 years ago
-
### Feature Request / Improvement
Just as we can now store our iceberg catalog in HDFS, we also want to store it in other file systems such as S3.
You can then quickly configure it as a container im…
-
For a discussion of this common mistake see: https://twitter.com/GlacialMeg/status/1362557149147058178
And an interactive visualisation: https://engaging-data.com/iceberger-remixed/?h=
Kind of a s…
-
Trino currently supports reading data belonging to a particular Iceberg snapshot. Incremental read support helps to read only the changed data between snapshots.
Not sure of the Trino convention but…
-
Iceberg connector gives different results for nested null checks with projection pushdown enabled vs disabled, specifically in the case of a schema with an optional struct containing a required inner …
-
### Feature Description
As requested by https://github.com/apache/iceberg-rust/issues/527, it's better for opendal to support setting assume role's [duration-seconds](https://docs.aws.amazon.com/STS/…
-
**What is the bug?**
This is a bug with direct query + iceberg.
When adding a filter to a query based on a `timestamp` field compared to a datetime, the filter is only considering the date from th…
-
Since there is no direct method to convert a PyArrow Schema into a Substrait schema, we would use a simple hack by creating
an empty table with the physical schema of the file with no data. Then we u…
-
The [uc_catalog](https://github.com/duckdb/uc_catalog) extension supports the following:
```sql
INSTALL uc_catalog from core_nightly;
INSTALL delta from core;
LOAD delta;
LOAD uc_catalog;
CREA…
-
### Search before asking
- [X] I have searched in the [issues](https://github.com/apache/amoro/issues?q=is%3Aissue) and found no similar issues.
### What would you like to be improved?
- metastore…