arrow
arrow copied to clipboard
Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
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...
### 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....
### 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...
### 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....
### 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...
### Rationale for this change ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? * GitHub Issue: #46179
### 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...
### 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...
### 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...
### Describe the enhancement requested Remove deprecated `ObjectType` and `FileStatistics` in io/hdfs.h in favour of FileSystem API in arrow::fs. ### Component(s) C++