brijrajk commented on PR #56673:
URL: https://github.com/apache/spark/pull/56673#issuecomment-4785334411

   Good catch, thanks! The root issue is that 
`expressionGeneratorBuilderOuter("explode_outer", ExplodeExpressionBuilder)` in 
the `expressions` map takes the `@ExpressionDescription` from 
`ExplodeExpressionBuilder`, which is shared with `explode` and doesn't describe 
the null/empty behavior. I've added dedicated `ExplodeOuterExpressionBuilder` 
and `PosExplodeOuterExpressionBuilder` objects with the correct descriptions 
and updated the registrations.


-- 
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]

Reply via email to