You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: default equality operators for statistic file structs (#202)
Elsewhere in the project, equality operators are defaulted e.g.
https://github.com/apache/iceberg-cpp/blob/9f13bac62617e5b457be894e9f17eb89c78a0adb/src/iceberg/manifest_list.h#L196
I think for consistency, the `src/iceberg/statistics_file.h` equality
operators can be defaulted too, as they do memberwise comparisons using
each type's `operator==`.
(I'm new to this project, so please take with a pinch of salt 😄)
Co-authored-by: Sreesh Maheshwar <smaheshwar@palantir.com>
0 commit comments