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

### Rationale for this change The `ListFlattenOptions` class is not available in GLib/Ruby, and it is used together with the `list_flatten` compute function. ### What changes are included in this...

awaiting review

### Describe the enhancement requested The `ListFlattenOptions` class is not available in GLib/Ruby, and it is used together with the `list_flatten` compute function. ### Component(s) GLib

Type: enhancement
Component: GLib

### Describe the enhancement requested The `JoinOptions` class is not available in GLib/Ruby, and it is used together with the `binary_join_element_wise` compute function. ### Component(s) GLib

Type: enhancement
Component: GLib

### Describe the usage question you have. Please include as many useful details as possible. I'd like to be able to set breakpoints in my `flight.FlightServerBase` subclass to be able...

Component: Python
Type: usage

The aggregate kernels don't support mask (the result of a filter). Add the the following method to `AggregateFunction`. ```c++ virtual Status ConsumeWithFilter(const Array& input, const Array& mask, void* state) const...

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

The following classes need validating constructors: - ArrayData - ChunkedArray - RecordBatch - Column - Table **Reporter**: [Francois Saint-Jacques](https://issues.apache.org/jira/browse/ARROW-4838) / @fsaintjacques **Note**: *This issue was originally created as [ARROW-4838](https://issues.apache.org/jira/browse/ARROW-4838). Please...

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

This code is growing less maintainable. I think we can remove these backwards compatibility hacks since there are released versions of pyarrow that can be used to read old metadata...

Type: enhancement
Component: Python
Status: stale-warning

The array data `buffers` vector is index differently depending on the Array type. This feature would expose static constexpr named variables for buffer index. **Reporter**: [Francois Saint-Jacques](https://issues.apache.org/jira/browse/ARROW-4729) / @fsaintjacques **Note**:...

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

The machine detection script (`make_machine_json.sh`) currently looks like it will only work properly on macOS. Ideally it should work more or less correctly on all of them macOS, Linux and...

Type: enhancement
Component: Benchmarking
Status: stale-warning

Currently the Arrow C++ provide a naive adapter implementation that allow user to read orc file to Arrow RecordBatch. However, this implementation have several drawbacks: - Inefficient conversion that incurs...

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