felipepessoto commented on PR #12967: URL: https://github.com/apache/gluten/pull/12967#issuecomment-5704729644
Addressed the missing `IsNotNull` allowance from [this review](https://github.com/apache/gluten/pull/12967#pullrequestreview-5226857135) in [fb29777ab9](https://github.com/apache/gluten/commit/fb29777ab969ac9dd37aa12d2f2eb550c3de7306). It now follows the existing `IsNull` pattern in the NTZ projection allowlist. Added a regression over nullable NTZ input for `isnull`, `isnotnull`, and `if(isnotnull(ts), 1, 0)`. It checks the expected results and requires native projection when `enableTimestampNtzValidation=false`, while checking Spark fallback when the flag is `true`. -- 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]
