datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

Apache DataFusion SQL Query Engine

Results 1065 datafusion issues
Sort by recently updated
recently updated
newest added

## 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......

core

… diable ## Which issue does this PR close? #9282 Closes #. ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested?...

core
substrait

…* 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...

logical-expr
physical-expr
core

## 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 ##...

sql
core

## 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...

core
sqllogictest

## Which issue does this PR close? Closes #9289 . ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? ## Are...

logical-expr
optimizer
core
sqllogictest

### 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?;...

bug

### Is your feature request related to a problem or challenge? related to #9285 - [ ] regexp_match - [ ] regexp_like - [ ] regexp_ ### Describe the solution...

enhancement

## 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...

physical-expr

## 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...

core