-
Hi there, I tested onetable tool with a created an Iceberg Table and run a column rename.
```
spark-sql> CREATE TABLE hadoop_prod.repro_rename ( id bigint, data string) using iceberg;
Response co…
-
When one adds manually a GitHub Repo in Iceberg:
- Open Iceberg
- use the "Add" button
- select "Clone from GitHub" and enter the Owner and Project (for instance "pharo-project" and "hermes")
on…
-
Hi,
I am facing the below error while running the applicaiton.
Source: MariaDB
Sink: AWS Glue Catalog and S3
Java: V17
Attached is the "application.properties" file
Tables are gettin…
-
In the paper, it mentioned the cosine similarity between (Titanic, sank@nsubj) is 0.11 while the similarity of (iceberg, sank@nsubj) is -0.005. However, using all 6 models provided, I could not achiev…
-
Hi Debezium Iceberg Team,
We are currently encountering an issue with our setup. After resolving the previous problem, we now face a new error where Debezium changes the schema's datatype from floa…
-
### Description
Support partition management sql for mixed-iceberg table in Spark.
```
SHOW PARTITIONS; #list all partitions in this table
ALTER TABLE {table_name} DROP …
-
Iceberg under some (unknown) conditions will incorrectly construct the list of changes to the system.
Currently this happens when attempting to checkout the `v1.5.8` tag of `libgit2-pharo-bindings`…
-
### Query engine
why Iceberg do not support column with default value? like mysql "k1 INT DEFAULT '1'"?
### Question
why Iceberg do not support column with default value? like mysql "k1 INT D…
-
Deletion vectors is an optimization feature that can be enabled on Delta Lake tables and Iceberg tables. They allow DELETE and UPDATE operations to mark existing rows as removed or changed without rew…
-
### Query engine
Spark
### Question
We have a scenario where the catalog object keeps changing and the custom FileIO underneath as well. But the loadTable function (org.apache.spark.sql.DataF…