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 order of rows in a dataset might be important for users and should be preserved when writing to a filesystem. With multi-threaded write, the...

Component: C++
Component: Python
awaiting review

### Describe the enhancement requested I'm looking for documentation on how to implement an ExtensionArray which supports `join` functionality. Particularly, I'd like to join a table which includes a `FixedShapeTensorArray`...

Type: enhancement
Component: Python

**Description** We've identified a memory leak when importing Parquet files into Pandas DataFrames using the PyArrow engine. The issue occurs specifically during the conversion from Arrow to Pandas objects, as...

Type: bug
Component: Parquet
Component: Python

### Describe the bug, including details regarding any error messages, version, and platform. I'm trying to create an HDFS Connection via `pyarrow.fs.HadoopFileSystem`, but unfortunately I get an error: ```{python} from...

Type: bug
Component: Python

### Describe the enhancement requested emsdk isn't small for `ubuntu-22.04-cpp.dockerfile`. `ubuntu-22.04-cpp.dockerfile` is shared with some images. So it should be small as much as possible. ### Component(s) C++, Continuous Integration

Type: enhancement
Component: C++
Component: Continuous Integration

Currently, when writing a dataset, e.g. from a table consisting of a set of record batches, there is no guarantee that the row order is preserved when reading the dataset....

Type: enhancement
Component: C++

### Describe the bug, including details regarding any error messages, version, and platform. The [Windows wheel binary verification](https://github.com/ursacomputing/crossbow/actions/runs/11378238189/job/31671317057) is currently failing due to missing `PARQUET_TEST_DATA`: ``` @pytest.fixture(scope='module') def parquet_test_datadir(): if...

Type: bug
Component: Python
Component: Packaging
Component: Release
backport-candidate

### Describe the bug, including details regarding any error messages, version, and platform. I encountered an issue when working with Arrow Flight SQL, and I would appreciate your help. I...

Type: bug
Component: Java

### Rationale for this change The Windows wheel verification fails due to missing `PARQUET_TEST_DATA` ### What changes are included in this PR? Add `PARQUET_TEST_DATA` to `verify-release-candidate-wheels.bat` which is only tested...

awaiting change review

### Describe the enhancement requested Artifactory has 400GiB quota. So we don't want to use it for temporary artifacts as much as possible. Wheels are uploaded only for voting. We...

Type: enhancement
Component: Python
Component: Packaging
Component: Release