timsaucer commented on issue #850: URL: https://github.com/apache/datafusion-python/issues/850#issuecomment-4215922262
This appears to be resolved in the current release: ``` >>> ctx.sql(sss) DataFrame() +-------+--------+------------+-------------------------+ | left1 | width1 | min_height | t.min_height * t.width1 | +-------+--------+------------+-------------------------+ | 1 | 1000 | 1 | 1000 | +-------+--------+------------+-------------------------+ ``` Please reopen if you continue to have problems -- 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]
