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 See https://github.com/apache/arrow-adbc/issues/811 and https://github.com/apache/arrow/issues/43631 ### What changes are included in this PR? Definition of `ArrowAsyncDeviceStreamHandler` and addition of it to the docs. I've sent an...

Component: C++
Component: Documentation
awaiting review

### Describe the usage question you have. Please include as many useful details as possible. Hi community, I have a trying to modify data buffers of string column. if i...

Component: Java
Type: usage

Hi everyone, I was working on a large dataset with over 1 billion observations, stored in 3040 parquet files, with 41 variables. I read the data with `open_dataset()` and then...

Type: bug
Component: R
Component: C++

PR to verify Release Candidate

Component: R
Component: Java
Component: Parquet
Component: C++
Component: Python
Component: JavaScript
Component: C#
Component: Ruby
Component: C++ - Gandiva
Component: GLib
Component: MATLAB
Component: Documentation
awaiting committer review

### Rationale for this change The current C++ parquet implementation interprets following parquet schema as `array, which is wrong: ``` optional group a (LIST) { repeated group array (LIST) {...

Component: Parquet
Component: C++
awaiting committer review

### Describe the usage question you have. Please include as many useful details as possible. Hi Team, If things goes well, we will be using Arrow Flight SQL Server. We...

Component: FlightRPC
Type: usage

fix #44332 * GitHub Issue: #44332

Component: Java
awaiting review

### Describe the enhancement requested Implement `VectorAppender` for BaseVariableWidthViewVector ### Component(s) Java

Type: enhancement
Component: Java

### Describe the enhancement requested This will be the parent task for all PRs related to initial REE format support. See https://arrow.apache.org/docs/format/Columnar.html#run-end-encoded-layout for info about this layout. - [x] https://github.com/apache/arrow/issues/38648...

Type: enhancement
Component: Java

### Describe the enhancement requested In various conditions it would be helpful to be able to generate boolean masks that point to specific indices of an array. For example it...

Type: enhancement
Component: C++
Component: Python