Christian
Christian
@liurenjie1024 @Xuanwo Looking forward to your thoughts!
@findepi @ZENOTME thanks for the Reviews! I addressed most of your comments in my latest commit. The most unclear point is probably the return type of the Build method. Getting...
@liurenjie1024 thanks for your review and sorry for letting this drag so long. I switched now to a much simpler approach that just uses a `build_unchecked` method to construct the...
The problem with the docker-compose example in our examples is that that the storage / minio is reachable under different hostnames for pods inside the docker network and duckdb outside...
> Is the scope of this issue to also implement the part where we need to keep track the audit trail on catalog object for all catalog implementations? If it...
The strange thing is that Spark seems to use the IO for the table also for the Checkpoint. In Lakekeeper we see a very clear log that states: ``` Received...
@nastra thanks for the links! Would you say this desired behavior that the spark checkpoint uses the table's FileIO? I feel like the checkpoint io should be independant of the...
Lakekeeper does not give credentials to this user specified location outside of the table scope, but neither does any other Catalog implementation that I am aware of. I guess the...
There seems to be a bug in the updated `datamodel-code-generator==0.28.5` that is used on main, which is why the pipeline fails. `datamodel-code-generator==0.28.4` generates the discriminator correctly as `discriminator='reference-type'` (with `-`)...
Summary of changes since early December 2025. Changes are motivated from discussions in this threads or learnings from the Rust request & response object implementations in https://github.com/apache/iceberg-rust/pull/1907: - Allow JSON...