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

### Describe the enhancement requested This is a follow-up issue on the removal of [deprecated APIs in 20.0.0](https://github.com/apache/arrow/issues/45680). #### Still needs a sub-issue - [C++] Leftover from https://github.com/apache/arrow/pull/15104 (Deprecated in...

Type: enhancement
Component: C++
Component: Python

After we released 19.0.0 and updated the website, I noticed the version banner wasn't set up right. Upon investigating, it looks like the post-10-docs.sh script failed to update the banner...

Component: Documentation
Component: Website
Component: Release
Priority: Blocker

### Describe the bug, including details regarding any error messages, version, and platform. If you have data in a CSV file that is a quoted value with leading zeros, pyarrow...

Component: Python
Type: usage

**Reporter**: [Kenta Murata](https://issues.apache.org/jira/browse/ARROW-7730) / @mrkn **Note**: *This issue was originally created as [ARROW-7730](https://issues.apache.org/jira/browse/ARROW-7730). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*

Type: enhancement
Component: GLib
Status: needs champion

### Describe the enhancement requested There might be a use case to expose `ParquetWriter` properties via `writer.properties` and `writer.arrow_properties`, see https://github.com/apache/arrow/pull/45281#issuecomment-2724901532. ### Component(s) Python

Type: enhancement
Component: Python
good-first-issue

Closes #45098. cc @jonkeane. A number of notes: - I basically had Gemini write this (on my free personal account). It did 95% of the work, from one prompt, then...

Component: R
awaiting review

### Rationale for this change See https://reproducible-builds.org/ for Reproducible Builds. Automated Release Signing requires this: https://infra.apache.org/release-signing.html#automated-release-signing ### What changes are included in this PR? * Make `dev/release/utils-create-release-tarball.sh` reproducible * Test...

awaiting change review

### Rationale for this change Using `SimplifyIsIn` when the value set is large has a substantial performance penalty. ### What changes are included in this PR? Ensure we do not...

Component: C++
awaiting changes

### Describe the bug, including details regarding any error messages, version, and platform. Raise the exception below when `ARROW_COMPUTE` OFF ``` ( cd c_glib ; ../c_glib/test/run-test.sh ) /path/to/arrow/c_glib/test/run-test.rb:34:in '': undefined...

Type: bug
Component: GLib

### Describe the bug, including details regarding any error messages, version, and platform. Related: #39822. Context: https://github.com/MichaelChirico/funchir/issues/18 Goal: `acero` engine translates some {data.table} functions into {arrow} executions. #39822 is much...

Type: bug
Component: R