dor-bernstein
dor-bernstein
There are a couple of mistakes when translating from Spark to DuckDB **Fully reproducible code snippet** ```python from sqlglot import parse_one query = """SELECT SHA2(str, 256), ANY_VALUE(str2, true), FIRST(str3, true),...
Hey, I have the following empty iceberg table: table_name ( 1: col1: optional string, 2: col2: optional timestamptz, 3: col3: optional string, 4: col4: optional timestamptz, 5: col5: optional timestamptz,...
### Apache Iceberg version None ### Please describe the bug 🐞 Hey, I have a large arrow table that I want to append to a partitioned iceberg table. I'm working...
I have a query that joins geoip dataset with 15 million rows and a table of ips with ~200K rows. The query takes around 2-3 minutes on duckdb 1.2.0 and...
I have a table which is partitioned on a day(fetch_insertion_time)  As you can see in the picture, I have multiple rows with values smaller then 2025-06-17 14:36:13.44, including one...