cloud-fan commented on pull request #28831: URL: https://github.com/apache/spark/pull/28831#issuecomment-645834944
I haven't looked into the PR yet, but from the error message, AFAIK there are 2 solutions: 1. make `isNull_2` a class variable using `ctx.addMutableState`. See `CaseWhen` as an example 2. pass `isNull_2` as a parameter to the split methods. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
