datafusion
datafusion copied to clipboard
Apache DataFusion SQL Query Engine
## Which issue does this PR close? Closes #10270 . ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are...
Note it has code from https://github.com/apache/datafusion/pull/10410 so that might good to review first ## Which issue does this PR close? Closes https://github.com/apache/datafusion/issues/10210 Part of https://github.com/apache/arrow-datafusion/issues/9637 -- let's make DataFusion planning...
Draft as it builds on https://github.com/apache/datafusion/pull/10356 ## Which issue does this PR close? closes https://github.com/apache/datafusion/issues/10365 ## Rationale for this change recomputing the Schema can be expensive, so only do it...
### Is your feature request related to a problem or challenge? It would be nice if Datafusion has support for better timezone functionalities. Though painful, local time is often used...
## Which issue does this PR close? Closes #9526. ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? yes, added new...
(this has 4 lines of code change and the rest are test updates to remove `&`) ## Which issue does this PR close? Part of https://github.com/apache/datafusion/issues/9637 ## Rationale for this...
### Describe the bug Currently Datafusion will inline all CTE, a non-deterministic expression can be executed multiple times producing different results ### To Reproduce Consider the following query which uses...
before polishing this PR up I wanted to get some feedback on the approach # Which issue does this PR close? Related to https://github.com/apache/arrow-datafusion/issues/5781 Closes: https://github.com/apache/arrow-datafusion/issues/6747 # Rationale for this...
### Is your feature request related to a problem or challenge? Part of https://github.com/apache/datafusion/issues/10210 we are trying to make the optimizer faster by making the different optimizer passes faster. https://github.com/apache/datafusion/pull/10356...
## Which issue does this PR close? Closes #1160. ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? yes ## Are...