Christian

Results 72 comments of Christian

> @c-thiel : Does this use case work with a JDBC Iceberg catalog? I haven't tried actually. Thanks for investigating @dimas-b. I don't really care much about this specific use-case,...

Hey guys, some thoughts from my side: - I don't think performance matters much - we are talking nanoseconds while roundtrips to S3 and catalogs are Milliseconds. Thus, the wider...

We just maintain a very leightweight fork for Lakekeeper to be able to move quicker with unmerged / unreleased PRs. We also require access to some methods considered internal, such...

I started implementing V3 support today, first PR will be available tomorrow.

Also on 1.68. Maybe those also took effect due to some stricter import rules. My VS-Code Rust Analyzer is also complaining. Feel free to remove them. The derive really is...

@zedgell, I double checked my setup and my build failed due to some workspace settings. I reverted my other changes so that this PR really just contains this one missing...

@liurenjie1024 we just need to be very careful with old PartitionSpecs: They might not be valid anymore for the current schema - yet, we still want to keep them. In...

Trino itself does not support the flow: https://github.com/trinodb/trino/issues/15836 However I believe trino would be the wrong place to implement it anyway. For Applications, the login flow to trino should happen...

ToDos: - [x] First PR as discussion basis - [x] Reserved Property handling - [ ] Finish discussion about `SortOrder` and `PartitionSpec` re-binding - [ ] Review from 1-2 Java...

Fixes https://github.com/apache/iceberg-rust/issues/232