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

### Apache Iceberg version 1.5.2 (latest release) ### Query engine None ### Please describe the bug 🐞 CachingCatalog is susceptible to a race condition because it uses `Cache.put`. `Cache.put` inherently...

bug

### Apache Iceberg version 1.5.0 (latest release) ### Query engine None ### Please describe the bug 🐞 Attempting to use MS SQL Server as JdbcCatalog produces the following: ``` Exception...

bug

### Apache Iceberg version 1.5.0 ### Query engine Spark ### Please describe the bug 🐞 Hi, there, I have tried to register bucket udf, see below, val bucketF = "bucketn"...

bug

We are trying to write field comments using spark, and comments are not written for timestamp (without tz) fields. For timestamp with timezone fields comments are written. Here is a...

stale

This pull request addresses the issue of class loader discrepancies when loading JAR files via the `spark-submit` command from remote locations (such as S3 or through Ivy). This discrepancy specifically...

core

### Query engine Spark ### Question I am trying to use Iceberg glue catalog to integrate with spark. However I am able to query the table data but not able...

### Apache Iceberg version 1.4.2 ### Query engine Spark ### Please describe the bug 🐞 The `rewrite_data_files` with zorder does not work on sub-fields. ```sql CALL users.system.rewrite_data_files( table => 'users.jcc.flow',...

bug

Initially, only for Hive catalogs

API
spark
core
hive

Based on the conclusion from https://github.com/apache/iceberg/pull/9437, we are going with the local implementation with multi threads instead of distributive algorithm. `iceberg-core` module cannot write stats as it doesn't depend on...

core
data

Based on discussion stemming from: https://github.com/apache/iceberg/pull/10288/files#discussion_r1622775896 The current consensus is on making the NDV property in blob metadata required for theta sketch blob types. The main advantage is that engines...

Specification