Commit aec5acf
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>1 parent 9f13bac commit aec5acf
1 file changed
Lines changed: 3 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 48 | + | |
53 | 49 | | |
54 | 50 | | |
55 | 51 | | |
| |||
66 | 62 | | |
67 | 63 | | |
68 | 64 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 65 | + | |
75 | 66 | | |
76 | 67 | | |
77 | 68 | | |
| |||
86 | 77 | | |
87 | 78 | | |
88 | 79 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 80 | + | |
93 | 81 | | |
94 | 82 | | |
95 | 83 | | |
| |||
0 commit comments