iceberg icon indicating copy to clipboard operation
iceberg copied to clipboard

Apache Iceberg

Results 394 iceberg issues
Sort by recently updated
recently updated
newest added

This PR implements "M1" of [this document](https://docs.google.com/document/d/1Xi5MRk8WdBWFC3N_eSmVcrLhk3yu5nJ9x_wC0ec6kVQ/), see #10537.

core
build
OPENAPI

support of `SELECT *, _partition from iceberg.foo.bar` when foo.bar table has over 1000 columns defined

spark

### Apache Iceberg version None ### Query engine Athena ### Please describe the bug 🐞 The very first created metadata.json , avro and snapshot avro files for my iceberg table...

bug
AWS

This introduces a `capabilities` field to the response of the `/config` endpoint, signaling what is being supported by the server. The current capabilities that come to mind are: - pagination...

build
AWS
OPENAPI

### Apache Iceberg version None ### Query engine None ### Please describe the bug 🐞 The operation on the volatile `org.apache.iceberg.rest.auth.OAuth2Util.AuthSession#headers` is not atomic.

bug

### Apache Iceberg version 1.5.2 (latest release) ### Query engine None ### Please describe the bug 🐞 Hi! The transform name 'day' result type is 'int' in spec.md and [partition-transforms](https://iceberg.apache.org/spec/#partition-transforms)...

question

... and explicitly disable the Gradle configuration cache.

build

### Proposed Change Devlist Discussion: https://lists.apache.org/thread/4swop72zgcr8rrmwvb51rlk0vnb8joyz Data access control is a critical aspect for data warehouse and lake house systems to ensure data security, privacy, and legal compliance. It is...

OPENAPI
proposal

### Proposed Change This proposal introduces securable objects with related concepts and APIs to the Iceberg REST catalog (IRC) specification. There are 2 main reasons for us to look into...

OPENAPI
proposal