gengliangwang commented on PR #56971:
URL: https://github.com/apache/spark/pull/56971#issuecomment-4889359407

   Thanks @uros-b! Addressed both: added a `coalesce(nullable BoundReference, 
primitive literal)` test exercising the ternary fast path from a row read (null 
+ non-null branches), and a direct test for the probe-reuse branch (2-arg, 
non-nullable fallback whose `code` is non-empty, so the probed `ExprCode`s are 
threaded into the general path). `NullExpressionsSuite` passes.


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