parthchandra commented on PR #4848:
URL:
https://github.com/apache/datafusion-comet/pull/4848#issuecomment-4906856994
Can we add tests for the following cases -
- IsNotNull on an expression of the lambda var (x -> (x + 1) IS NOT NULL)
— exercises the NamedLambdaVariable type check
- Compound predicate (x -> x IS NOT NULL AND x > 0) — exercises the
structural match
- Null array input — verifies null propagation through the fast path
- Empty array — boundary condition
--
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]