Andrew Lamb
Andrew Lamb
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** As part of the transition to the faster "row format" (#1861 )...
I think this is a minor typo -- I apologize if I am mistaken. Thank you for writing this document -- it is very helpful to me while learning Rust.
Ballista standalone mode tests fail: `context::tests::test_task_stuck_when_referenced_task_failed`
**Describe the bug** The following ballista test is failing (not sure when it started failing given the tests weren't run in CI until apache/arrow-datafusion#1839 ) ``` ---- context::tests::test_task_stuck_when_referenced_task_failed stdout ----...
# Rationale: Get new users of Snafu going as quickly as possible using the library, by showing the common patterns by example. I believe that once people see the power...
## Question Who are the maintainers of this repository and who should be the owners of the associated pypi accounts? As of now, the list of people who own the...
**Describe the bug** `make_array()` will error if the types can not be coerced to a common type, as in postgres and spark **To Reproduce** Run this query (see `query_array_scalar_coerce` test...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Thinking about the comments from @avantgardnerio on https://github.com/apache/arrow-datafusion/pull/3482/files#r972435250 if/when we want to...
Draft as it builds on https://github.com/apache/arrow-datafusion/pull/3536 and doesn't pass all tests # Which issue does this PR close? Re https://github.com/apache/arrow-datafusion/issues/3531 # Rationale for this change While working on https://github.com/apache/arrow-datafusion/issues/3531 I...
`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?...