arrow icon indicating copy to clipboard operation
arrow copied to clipboard

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing

Results 852 arrow issues
Sort by recently updated
recently updated
newest added

CSV and JSON both convert strings to values in a Array but there is little code sharing beyond `arrow::util::StringConverter`. It would be advantageous if a single interface could be shared...

Type: enhancement
Component: C++
Status: stale-warning

### Rationale for this change Aggregators like `first` and `last` are unusable in Ruby because they don't work when the execution plan is executed using multiple threads. ### What changes...

Component: GLib
awaiting change review

### Describe the bug, including details regarding any error messages, version, and platform. When creating an `Arrow::Table` from a Ruby Hash where a column contains nested arrays of Integer values,...

Type: bug
Component: Ruby

### Rationale for this change See https://github.com/apache/arrow/issues/36593 In particular this change is convenient when the column names stored in a file are different from the logical names associated with the...

Component: Python
awaiting change review

### Describe the bug, including details regarding any error messages, version, and platform. When creating an `Arrow::Table` from a Ruby Hash, if a column contains nested arrays consisting solely of...

Type: bug
Component: Ruby

### Describe the enhancement requested I'm trying to do multiple Flight DoGet requests in parallel Ruby Threads/Fibers and observe that `ArrowFlight::Client#do_get` doesn't yield to another Thread/Fiber until the first Arrow...

Type: enhancement
Component: Ruby

### Rationale for this change https://github.com/apache/arrow/issues/48312 ### What changes are included in this PR? - Add new ODBC workflow for Windows MSVC - Added build fixes to enable build on...

Component: C++
Component: FlightRPC
awaiting changes

### Describe the enhancement requested ### Short I'd like to be able to handle nulls in [`binary_join`](https://arrow.apache.org/docs/python/generated/pyarrow.compute.binary_join.html#pyarrow.compute.binary_join) in the same way as [`binary_join_element_wise`](https://arrow.apache.org/docs/python/generated/pyarrow.compute.binary_join_element_wise.html). ### Longer I've recently been trying to...

Type: enhancement
Component: C++
Component: Python

### Rationale for this change CRAN have added Alpine Linux to their additional jobs - we should make sure we can test for this on CI ### What changes are...

Component: R
awaiting changes

### Rationale for this change ### What changes are included in this PR? - Add a new method for building unpacking kernels. The `constexpr` code generation creates a kernel appropriate...

Component: C++
awaiting review