BiteTheDDDDt opened a new pull request, #27360: URL: https://github.com/apache/doris/pull/27360
## Proposed changes mysql> SELECT pk AS C1 FROM table_1000_undef_undef2 AS T1 WHERE `col_bigint_undef_signed` NOT IN (SELECT `col_bigint_undef_signed2` AS C2 FROM table_1000_undef_undef2 AS T2 ) OR `col_bigint_undef_signed2` <> 9 ;ERROR 1105 (HY000): errCode = 2, detailMessage = (127.0.0.1)[CANCELLED][INTERNAL_ERROR]input block not contain slot column , column_id=3, block=pk Nullable(Int32) Nullable(size = 95, Int32(size = 95), UInt8(size = 95)),col_bigint_undef_signed2 Nullable(Int64) Nullable(size = 95, Int64(size = 95), UInt8(size = 95)),[Anonymous Column] Nullable(UInt8) Nullable(size = 95, UInt8(size = 95), UInt8(size = 95)) ## Further comments If this is a relatively large or complex change, kick off the discussion at [[email protected]](mailto:[email protected]) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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]
