Closed luohaha closed 3 months ago
The "starrocks::ArrayMapExpr::evaluate_checked(ExprContext context, Chunk chunk)" method does not handle the case where "chunk" is null. @silverbullet233 Are you already working on this task? If not, can you assign it to me?
The "starrocks::ArrayMapExpr::evaluate_checked(ExprContext context, Chunk chunk)" method does not handle the case where "chunk" is null. @silverbullet233 Are you already working on this task? If not, can you assign it to me?
this is not only ArrayMapExpr but also other expr can not handler nullptr, so I will handle it in other place. If you are willing to contribute, can pick some other interesting issues
ok
Steps to reproduce the behavior (Required)
Expected behavior (Required)
Success
Real behavior (Required)
Be crash:
StarRocks version (Required)