WingsGo opened a new pull request #3527: URL: https://github.com/apache/incubator-doris/pull/3527
When compare StringLiteral and Numerical type, Doris will convert them both to Double Type, which will lead some unexpected behavior. For example: `select 2882303761517473127 = "2882303761517473267";` will be true. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
