-
### Apache Iceberg version
1.2.1
### Query engine
Spark
### Please describe the bug 🐞
When use spark sort/zorder to rewrite data with multiple partitions, and each partition has different size of…
-
I am not able to install the connector
I am using Kafka version 3.5.0 and Scala version 2.13 (kafka_2.13-3.5.0)
I have installed `kafka-connect-iceberg-sink-0.4.0-plugin.zip` from the releases
My d…
-
Revive this PR https://github.com/apache/iceberg-docs/pull/164 from @samredai.
-
**Summary**
```
create table from engine=iceberg|delta [connection_name="my_connection", ]
```
can be
1. stage location
2. uri location, may need `connection_name` as table options
…
-
As a data engineer I want to be able to initialize my Spark environment across multiple jobs or sessions without a complicated series of commands.
In Spark, we can use conf/spark-defaults.conf to s…
-
This PR allows for easy migration of Hive data into Iceberg: https://github.com/apache/iceberg/pull/2210
I have observed that using the current Iceberg data ingestion (processing 1000 or 2000 inser…
-
Tables partition by timestamp and where inner query predicate combined with outer predicate are exclusive, but the engine still makes the scan for the inner query.
Ex:
This is a iceberg table and …
-
the new apache spark version 4.0 will support new data type VARIANT in 2024-06;
and clickhouse had support this new data type from clickhouse version 24.1 .
https://clickhouse.com/docs/en/sql-ref…
-
This test cannot past because of a test plugin (`PyramidPluginTestMode`) is not installed.
-
### Query engine
spark 3.2
### Question
1. create partitioned table
```
create table temp.partition_table
(
dt string
,contents string
)
partitioned by spec (dt)
stored as iceb…