Christian

Results 75 comments of Christian

> > Make Actor an Object instead of a string in [3eeb95e](https://github.com/apache/iceberg/commit/3eeb95e7d0fdc4bc59cdb03804a98eac29d5b562). In most real-world szenarios an Actor will have more than one field, and even if not, the Catalog...

Just chiming in to say Iceberg has a fix for this: https://github.com/apache/iceberg/pull/12264 But I believe we currently don't have a way to pass `client.legacy-md5-plugin-enabled=true` to the s3 file IO for...

So enabling that hack for 3.0.X optionally is not a good idea? If so, then +1 for 3.1 :)

The serde-yaml crate recently added a number of suspicious dependencies, such as openssl and figlet-rs. They don't belong in this crate. See also the discussions here: https://users.rust-lang.org/t/serde-yaml-deprecation-alternatives/108868/41 Github now gives...

+1 for this. If we cannot set the store-id on store creation, then the store-id becomes dynamic state that needs to be stored. This is super inconvenient for stateless docker...