Mryange opened a new pull request, #39027: URL: https://github.com/apache/doris/pull/39027
## Proposed changes There are some issues where planning problems lead to discrepancies between the nullable attribute of the computed column and the expected output column. ``` [INTERNAL_ERROR]SET operator expects a nullalbe : true column in column 0, but the computed output is a nullable : false column ``` <!--Describe your changes.--> -- 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]
