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 support multi sortkey nulls first. ``` order by i nulls first, j, k nulls first; ``` The current null sorting only supports all sortkeys, not...

Component: C++
Component: Python
Component: Ruby
Component: GLib
awaiting change review

### Rationale for this change The asof join documentation is currently incorrect. Here is a copy of https://github.com/apache/arrow/issues/46897 for convenience: There are two issues with the asof join docs: 1....

Component: C++
Component: Python
awaiting review

### Rationale for this change Support for calculating elementwise hashes. The PR adds to scalar functions `hash32()` and `hash64()` using the existing internal hashing machinery. ### What changes are included...

Component: R
Component: C++
Component: Python
Component: Documentation
awaiting change review

### Rationale for this change - Move and Rename function `arrow::util::StringBuilder` to internal namespace to avoid confusion with class `arrow::StringBuilder` ### What changes are included in this PR? - Move...

Component: Parquet
Component: C++
Component: FlightRPC
awaiting merge

### Describe the enhancement requested Create a CI job which automatically flags stale issues and PRs ### Component(s) Continuous Integration

Type: enhancement
Component: Continuous Integration

### Describe the bug, including details regarding any error messages, version, and platform. For example: https://github.com/apache/arrow/pull/46689#issuecomment-2940438967 > The [full Conbench report](https://github.com/apache/arrow/runs/43476159110) has more details. It also includes information about 4...

Type: bug
Component: R
Component: Benchmarking

### Rationale for this change Support for calculating elementwise remainder. ### What changes are included in this PR? This PR adds new kernel function `modulo`, `modulo_checked` ### Are these changes...

Component: C++
awaiting review

### Describe the enhancement requested Once we start uploading nightly wheels to the scientific python channel on anaconda: - https://github.com/apache/arrow/issues/40216 we can drop uploading wheels to gemfury. We should also...

Type: enhancement
Component: Python
Component: Packaging

### Rationale for this change As mentioned in #46728, if Arrow C++ was built debug, and PyArrow wasn't, test_gdb.py runs tests that fail. ### What changes are included in this...

Component: Python
awaiting committer review

### Rationale for this change * Build Arrow Flight SQL ODBC DLL from `flightsql` and `odbcabstraction` component. * The ODBC driver will be available in Windows only. ### What changes...

Component: C++
Component: FlightRPC
awaiting change review