redpanda-data / redpanda

Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
https://redpanda.com
9.65k stars 589 forks source link

iceberg: add operator< for values #23483

Closed andrwng closed 1 month ago

andrwng commented 1 month ago

It will be useful to be able to compare Iceberg values, e.g. to keep track of the lower bound and upper bound of the partition keys kept in each manifest_file. To that end, this adds a less-than operator to iceberg::value, and consequently, to iobuf and uuid as well.

Backports Required

Release Notes