crprashant commented on issue #2383: URL: https://github.com/apache/age/issues/2383#issuecomment-4300118016
Hi! I'd like to work on this. Could a maintainer please assign it to me? Initial hypothesis: `UNWIND` may be emitting an agtype `null` value rather than a true SQL NULL, so the null-check inside the `count()` aggregate doesn't trigger. The reporter's control cases confirm `WITH null AS x RETURN count(x)` works correctly, which suggests the divergence is specifically in UNWIND's row materialization path. I'll reproduce locally, trace the executor output, compare against the `WITH` path, and follow up with a fix proposal plus a regression test. -- 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]
