eejbyfeldt commented on issue #3521: URL: https://github.com/apache/datafusion/issues/3521#issuecomment-2446197227
On main the example currently produces ``` DataFusion CLI v42.1.0 > select 10.1::decimal(5,1)/a from (values (1),(null)) as t(a); +---------------------+ | Float64(10.1) / t.a | +---------------------+ | 10.10000 | | | +---------------------+ 2 row(s) fetched. Elapsed 0.017 seconds. ``` @alamb I think this issue can be closed as resolved. -- 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]
