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

pa.array raises with mixed scalars for np.float16 and a numpy int:  ```java In [1]: import numpy as np ...: import pyarrow as pa ...: pa.array([np.float16(1.5), np.int64(5)]) --------------------------------------------------------------------------- ArrowInvalid Traceback (most...

Type: bug
Component: Python

### Describe the bug, including details regarding any error messages, version, and platform. # Describe Call pyarrow.dataset write_dataset with file_visitor will core dump. If not pass file_visitor, write_dataset running success....

Type: bug
Component: C++
Component: Python

### Describe the enhancement requested In https://github.com/apache/arrow/pull/14508#issuecomment-1292178354, it was proposed that `google::protobuf::ShutdownProtobufLibrary` should be called after all tests that use protobuf. We should move [`protobuf_test_util.cc`](https://github.com/apache/arrow/blob/main/cpp/src/arrow/engine/substrait/protobuf_test_util.cc) into a more common location...

Type: enhancement
Component: C++

### Describe the bug, including details regarding any error messages, version, and platform. This issue was first posed as a question in #30302. I repeat the text here for convenience....

Type: bug
Component: Parquet
Component: C++
Component: Python

### Describe the bug, including details regarding any error messages, version, and platform. When setting up the Meson configuration, we set it to create release builds by default. However, with...

Type: bug
Component: C++

### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * GitHub Issue: #46179

Component: Python
awaiting review

### Describe the bug, including details regarding any error messages, version, and platform. The pandas -> arrow conversion adds a `__inex_level_i__` column if the dataframe has an unnamed it wants...

Type: bug
Component: Python

### Rationale for this change see https://github.com/apache/arrow/issues/46677 ### What changes are included in this PR? see https://github.com/apache/arrow/issues/46677 ### Are these changes tested? Yes ### Are there any user-facing changes? No...

Component: C++
awaiting committer review

### Rationale for this change `ObjectType` and `FileStatistics` in io/hdfs.h have been deprecated for a while and can be removed. ### What changes are included in this PR? `ObjectType` and...

Component: C++
Component: Python
awaiting committer review

### Describe the enhancement requested Remove deprecated `ObjectType` and `FileStatistics` in io/hdfs.h in favour of FileSystem API in arrow::fs. ### Component(s) C++

Type: enhancement
Component: C++