yiguolei commented on PR #28501: URL: https://github.com/apache/doris/pull/28501#issuecomment-1859173600
<img width="618" alt="image" src="https://github.com/apache/doris/assets/9208457/26b4a44b-9913-46b2-87d3-537f1bba242c"> I explained the query plan, do you mean the c1 is the slot ref and the result column id is the same? And could you try if SELECT expr(c1),expr(c1) FROM test_varchar1 MINUS select c2,c2 from test_date;? If we add an expression to c1 column, is there still any problem? @TomaYoko -- 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]
