datafusion
datafusion copied to clipboard
Apache DataFusion SQL Query Engine
## Which issue does this PR close? Closes #9237 ## Rationale for this change Took this open ticket which was to update the tests around the parquet partition writing feature......
… diable ## Which issue does this PR close? #9282 Closes #. ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested?...
…* crate (1/3: RegexpMatch part) ## Which issue does this PR close? #9328 Closes #. ## Rationale for this change ## What changes are included in this PR? ## Are...
## Which issue does this PR close? Closes #9224 ## Rationale for this change ## What changes are included in this PR? issue #9224 substitute tlide in table path ##...
## Which issue does this PR close? Closes #9317 Closes #6513 Disallows `tokio::spawn` & `spawn_blocking`, exceptions only in some tests ## Rationale for this change We need to provide cancel-safe...
## Which issue does this PR close? Closes #9289 . ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are...
### Describe the bug Via SQL we disallow nested explains: ```rust use datafusion::error::Result; use datafusion::prelude::*; #[tokio::main] async fn main() -> Result { let ctx = SessionContext::new(); ctx.sql("explain explain select 1").await?.show().await?;...
### Is your feature request related to a problem or challenge? related to #9285 - [ ] regexp_match - [ ] regexp_like - [ ] regexp_ ### Describe the solution...
## Which issue does this PR close? Closes #9164 ## Rationale for this change Code cleanup. ## What changes are included in this PR? Only internal_err! for incorrect arg count...
## Which issue does this PR close? Closes #9305. ## Rationale for this change `SchemaProvider::table` is async and clearly allows IO: https://github.com/apache/arrow-datafusion/blob/6fad5ed7a37c50b9c200f214c3e13b0e1f0cecbc/datafusion/core/src/catalog/schema.rs#L114-L116 However this method cannot fail. Casting errors to...