hendrikmakait commented on issue #8790: URL: https://github.com/apache/datafusion/issues/8790#issuecomment-2913302784
FYI, this appears to be fixed: ``` > select arrow_typeof(coalesce(cast(null as timestamp), cast(null as timestamp))); +-----------------------------------+ | arrow_typeof(coalesce(NULL,NULL)) | +-----------------------------------+ | Timestamp(Nanosecond, None) | +-----------------------------------+ 1 row(s) fetched. Elapsed 0.014 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]
