smaheshwar-pltr opened a new pull request, #202: URL: https://github.com/apache/iceberg-cpp/pull/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 😄) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
