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

_Draft as depends on https://github.com/apache/arrow-rs/pull/2593_ # Which issue does this PR close? Part of #416 # Rationale for this change ``` merge i64 time: [18.361 ms 18.383 ms 18.406 ms]...

core

# Which issue does this PR close? Closes #. # Rationale for this change # What changes are included in this PR? # Are there any user-facing changes?

`arrow-rs` has some functions to check data type, and the logic is also in datafusion, for example, https://docs.rs/arrow/7.0.0/arrow/datatypes/enum.DataType.html#method.is_numeric We should reduce the redundancy in DataFusion to make the codebase clear....

good first issue

Draft as it builds on https://github.com/apache/arrow-datafusion/pull/3535 # Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/3531 # Rationale for this change See https://github.com/apache/arrow-datafusion/issues/3531 # What changes are included in this PR?...

# Which issue does this PR close? Closes #3506. # Rationale for this change # What changes are included in this PR? `dev/release/publish_homebrew.sh` # Are there any user-facing changes? No

# Which issue does this PR close? Closes #. # Rationale for this change We would like to use delta-rs from Ballista. # What changes are included in this PR?...

sql
logical-expr
physical-expr
optimizer
core

**Describe the bug** While updating to the latest and greatest DataFusion pin in IOx (https://github.com/influxdata/influxdb_iox/pull/5672) I got the following error: ``` Error encoding expr as protobuf: Dictionary(Int32, Utf8(\"B\")) is invalid...

bug

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A clear and concise description of what the problem is. Ex. I'm...

enhancement

# Which issue does this PR close? Closes #3394. # Rationale for this change This introduces Decimal type in place of Float for numeric SQL literals. # What changes are...

sql
core

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A clear and concise description of what the problem is. Ex. I'm...

enhancement