apache / iceberg-rust

Apache Iceberg
https://rust.iceberg.apache.org/
Apache License 2.0
673 stars 159 forks source link

feat: Derive PartialEq for FileScanTask #660

Closed Xuanwo closed 1 month ago

Xuanwo commented 1 month ago

This PR derives PartialEq for FileScanTask so users can compare them while needed.

sdd commented 1 month ago

Looks like you just need a rebase on this to get your Arrow 53.1 fix in :-)

Xuanwo commented 1 month ago

Thank you, @sdd, for the reminder. It's weird that GitHub doesn't provide an update branches button for me.