JunZhang
JunZhang
> The `mytable_partitioned` is the problem, you'll need to regenerate that table > > For reference, this is what was used to generate `mytable` > > ```java > // src/main/java/com/example/IcebergEqualDeleteExample.java...
I regenerate the table `mytable_partitioned` all by java api, and use the macos `15.7.1` ( test case use `macOS 15.6.1`) , I still can not reproduce the error on my...
hi,@Tishj, could you help me test if the `test/sql/local/equality_deletes.test` can run correctly on your computer? thanks
> hi,@Tishj, could you help me test if the `test/sql/local/equality_deletes.test` can run correctly on your computer? I have executed the operation repeatedly on my computer many times, but I still...
I debug the code, and found that ,in this case, the duckdb iceberg extension still use the `parquet_reader` to read parquet file metadata,while spark only read the iceberg metadata,not read...