l1t1 commented on issue #462: URL: https://github.com/apache/datafusion/issues/462#issuecomment-2076972896
which version began to support it? I tried the latest python version 36.0, it failed ```sql ctx.sql('with recursive t as (select 1 union all select 2 from t)select * from t') Traceback (most recent call last): File "<stdin>", line 1, in <module> Exception: DataFusion error: NotImplemented("Recursive CTEs are not enabled") ``` -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org