neilconway commented on issue #20526: URL: https://github.com/apache/datafusion/issues/20526#issuecomment-3954174068
This also seems a bit odd: ``` > select cardinality(NULL); +-------------------+ | cardinality(NULL) | +-------------------+ | 0 | +-------------------+ 1 row(s) fetched. Elapsed 0.082 seconds. > select cardinality(NULL::int[]); +-------------------+ | cardinality(NULL) | +-------------------+ | NULL | +-------------------+ 1 row(s) fetched. Elapsed 0.007 seconds. ``` -- 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]
