osawyerr commented on issue #6794: URL: https://github.com/apache/arrow-datafusion/issues/6794#issuecomment-1670300042
Sure. Just ran it. its working well now with the latest build on main branch. Nice speed boost as well. ``` +--------+------------+ | o_year | mkt_share | +--------+------------+ | 1995.0 | 0.03882014 | | 1996.0 | 0.03948968 | +--------+------------+ 2 rows in set. Query took 0.985 seconds. ``` The ``o_year`` comes back as a decimal though. But I think thats related to the ``extract`` function in ``extract(year from o_orderdate) as o_year``. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org