datafusion
datafusion copied to clipboard
Apache DataFusion SQL Query Engine
_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]...
# 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....
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?...
**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...
**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...
# 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...
**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...