yiguolei commented on code in PR #22170:
URL: https://github.com/apache/doris/pull/22170#discussion_r1273366403
##########
be/src/util/uid_util.h:
##########
@@ -117,23 +117,11 @@ struct UniqueId {
bool operator!=(const PUniqueId& rhs) const { return hi != rhs.hi() || lo
!= rhs.lo(); }
- // std::map std::set needs this operator
- bool operator<(const UniqueId& right) const {
Review Comment:
and this, not change it.
##########
be/src/olap/utils.h:
##########
@@ -302,17 +290,7 @@ struct GlobalRowLoacation {
uint32_t tablet_id;
RowLocation row_location;
- bool operator==(const GlobalRowLoacation& rhs) const {
- return tablet_id == rhs.tablet_id && row_location == rhs.row_location;
Review Comment:
and this.
--
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]