morningman opened a new pull request #3310: [Bug] Use equals() method to judge 
whether "type" are equal
URL: https://github.com/apache/incubator-doris/pull/3310
 
 
   I don't why, but I found that sometimes when I use "==" to judge the 
equality of type,
   it return false, even if the types are exactly same.
   
   ISSUE: #3309 
   
   This CL only changes `==` to `equals()` to solve the problem, but the reason 
is still unknown.
   And there are some other place that also use `==` to judge the equality of 
`Type`, I left them
   unchanged until they encounter errors.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to